#DDCCD4

Color #DDCCD4 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DDCCD4

Tints of Prim #DDCCD4

Color information

#DDCCD4 (or 0xDDCCD4) is unknown color: approx Prim. HEX triplet: DD, CC and D4. RGB value is (221,204,212). Sum of RGB (Red+Green+Blue) = 221+204+212=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD4 is #22332B. Grayscale: #D1D1D1. Windows color (decimal): -2241324 or 13946077. OLE color: 13946077.

HSL color Cylindrical-coordinate representation of color #DDCCD4: hue angle of 331.76º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCD4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221204212-
CMYK00.080.040.13
HSL331.76º20%83.33%-
HSV(B)331.76º7.69%86.67%-
XYZ63.363.3171.17-
YUV210129.13135.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=34.69%
G=32.03%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120421200.080.040.13331.762083.33
HexDDCCD4084D14c1453
Octal33531432401041551424123
Binary110111011100110011010100010001001101101001100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCD4; }

 p { color: rgb(221,204,212); }

 H1.HeaderClassName
 {
   color: #DDCCD4;
 }
 .AnyTagClassName
 {
   color: #DDCCD4;
 }
</style>
background-color css

<style>
 a { background-color: #DDCCD4; }

 a { background-color: rgb(221,204,212); }

 div.DivClassName
 {
   background-color: #DDCCD4;
 }
 .BgClassName
 {
   background-color: #DDCCD4;
 }
</style>
border-color css

<style>
 span { border-color: #DDCCD4; }

 span { border-color: rgb(221,204,212); }

 td.TdClassName
 {
   border-color: #DDCCD4;
 }
 .TagClassName
 {
   border-color: #DDCCD4;
 }
</style>