#DDCED2

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

Shades of Prim #DDCED2

Tints of Prim #DDCED2

Color information

#DDCED2 (or 0xDDCED2) is unknown color: approx Prim. HEX triplet: DD, CE and D2. RGB value is (221,206,210). Sum of RGB (Red+Green+Blue) = 221+206+210=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED2 is #22312D. Grayscale: #D2D2D2. Windows color (decimal): -2240814 or 13815517. OLE color: 13815517.

HSL color Cylindrical-coordinate representation of color #DDCED2: hue angle of 344º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCED2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221206210-
CMYK00.070.050.13
HSL344º18.07%83.73%-
HSV(B)344º6.79%86.67%-
XYZ63.5264.1770.01-
YUV210.94127.47135.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=34.69%
G=32.34%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120621000.070.050.1334418.0783.73
HexDDCED2075D1581254
Octal3353163220751553022124
Binary11011101110011101101001001111011101101011000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCED2; }

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

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

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

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

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

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

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

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