#DDCCD2

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

Shades of Prim #DDCCD2

Tints of Prim #DDCCD2

Color information

#DDCCD2 (or 0xDDCCD2) is unknown color: approx Prim. HEX triplet: DD, CC and D2. RGB value is (221,204,210). Sum of RGB (Red+Green+Blue) = 221+204+210=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD2 is #22332D. Grayscale: #D1D1D1. Windows color (decimal): -2241326 or 13815005. OLE color: 13815005.

HSL color Cylindrical-coordinate representation of color #DDCCD2: hue angle of 338.82º 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 #DDCCD2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221204210-
CMYK00.080.050.13
HSL338.82º20%83.33%-
HSV(B)338.82º7.69%86.67%-
XYZ63.0463.2169.85-
YUV209.77128.13136.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=34.80%
G=32.13%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120421000.080.050.13338.822083.33
HexDDCCD2085D1531453
Octal33531432201051552324123
Binary110111011100110011010010010001011101101010011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCD2; }

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

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

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

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

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

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

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

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