Color Hex Logo

#ddccf7 Color Hex

#DDCCF7
(221,204,247)
0 Favorites   0 Comments

Color spaces of #ddccf7

RGB 221204247
HSL0.730.730.88
HSV264°17°97°
CMYK 0.110.170.00   0.03
XYZ68.200265.273397.0002
Yxy65.27330.29590.2832
Hunter Lab80.79199.2944-14.6303
CIE-Lab84.624413.9042-18.9521

#ddccf7 color RGB value is (221,204,247).

#ddccf7 hex color red value is 221, green value is 204 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ddccf7 hue: 0.73 , saturation: 0.73 and the lightness value of ddccf7 is 0.88.

The process color (four color CMYK) of #ddccf7 color hex is 0.11, 0.17, 0.00, 0.03. Web safe color of #ddccf7 is #ccccff. Color #ddccf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11110111
Octal 335 314 367
Decimal 221 204 247
Hex DD CC F7

RGB Percentages of Color #ddccf7

%32.89
%30.36
%36.76

CMYK Percentages of Color #ddccf7

%11
%17
%0
%3

Triadic Colors of #ddccf7

#ddccf7 #f7ddcc #ccf7dd

Analogous Colors of #ddccf7

#ddccf7 #f3ccf7 #ccd1f7

Monochromatic Colors of #ddccf7

#ddccf7

Complementary Color

#ddccf7 #e6f7cc

#ddccf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccf7 Color CSS Codes

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

#ddccf7 Text Font Color

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

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


#ddccf7 Background Color

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

This div background color is #ddccf7


#ddccf7 Border Color

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

This div border color is #ddccf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccf7


Comments

No comments written yet.

Please login to write comment.