Color Hex Logo

#ddcfed Color Hex

#DDCFED
(221,207,237)
0 Favorites   0 Comments

Color spaces of #ddcfed

RGB 221207237
HSL0.740.450.87
HSV268°13°93°
CMYK 0.070.130.00   0.07
XYZ67.417766.112289.3284
Yxy66.11220.30250.2967
Hunter Lab81.30945.7118-8.2208
CIE-Lab85.053610.3354-12.9986

#ddcfed color RGB value is (221,207,237).

#ddcfed hex color red value is 221, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddcfed hue: 0.74 , saturation: 0.45 and the lightness value of ddcfed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11101101
Octal 335 317 355
Decimal 221 207 237
Hex DD CF ED

RGB Percentages of Color #ddcfed

%33.23
%31.13
%35.64

CMYK Percentages of Color #ddcfed

%7
%13
%0
%7

Triadic Colors of #ddcfed

#ddcfed #edddcf #cfeddd

Analogous Colors of #ddcfed

#ddcfed #eccfed #cfd0ed

Monochromatic Colors of #ddcfed

#ddcfed

Complementary Color

#ddcfed #dfedcf

#ddcfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcfed Color CSS Codes

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

#ddcfed Text Font Color

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

This sample text font color is #ddcfed
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.


#ddcfed Background Color

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

This div background color is #ddcfed


#ddcfed Border Color

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

This div border color is #ddcfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcfed


Comments

No comments written yet.

Please login to write comment.