Color Hex Logo

#ddcffd Color Hex

#DDCFFD
(221,207,253)
0 Favorites   0 Comments

Color spaces of #ddcffd

RGB 221207253
HSL0.720.920.90
HSV258°18°99°
CMYK 0.130.180.00   0.01
XYZ69.861267.0896102.1960
Yxy67.08960.29210.2805
Hunter Lab81.90828.9068-16.6397
CIE-Lab85.549213.5228-20.7341

#ddcffd color RGB value is (221,207,253).

#ddcffd hex color red value is 221, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ddcffd hue: 0.72 , saturation: 0.92 and the lightness value of ddcffd is 0.90.

The process color (four color CMYK) of #ddcffd color hex is 0.13, 0.18, 0.00, 0.01. Web safe color of #ddcffd is #ccccff. Color #ddcffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11111101
Octal 335 317 375
Decimal 221 207 253
Hex DD CF FD

RGB Percentages of Color #ddcffd

%32.45
%30.40
%37.15

CMYK Percentages of Color #ddcffd

%13
%18
%0
%1

Triadic Colors of #ddcffd

#ddcffd #fdddcf #cffddd

Analogous Colors of #ddcffd

#ddcffd #f4cffd #cfd8fd

Monochromatic Colors of #ddcffd

#ddcffd

Complementary Color

#ddcffd #effdcf

#ddcffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcffd Color CSS Codes

.mybgcolor {background-color:#ddcffd; } 
.myforecolor {color:#ddcffd; }
.mybordercolor {border:3px solid #ddcffd; }

#ddcffd Text Font Color

<p style="color:#ddcffd">Text here</p>

This sample text font color is #ddcffd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddcffd Background Color

<div style="background-color:#ddcffd">
Div content here</div>

This div background color is #ddcffd


#ddcffd Border Color

<div style="border:3px solid #ddcffd">
Div here</div>

This div border color is #ddcffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,207,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcffd;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcffd;
  box-shadow:         1px 1px 3px 2px #ddcffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,207,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcffd;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcffd;
  box-shadow:         1px 1px 3px 2px #ddcffd;">
Div content here</div>

This div box has shadow with color #ddcffd


Comments

No comments written yet.

Please login to write comment.