#DDCED5

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

Shades of Prim #DDCED5

Tints of Prim #DDCED5

Color information

#DDCED5 (or 0xDDCED5) is unknown color: approx Prim. HEX triplet: DD, CE and D5. RGB value is (221,206,213). Sum of RGB (Red+Green+Blue) = 221+206+213=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED5 is #22312A. Grayscale: #D3D3D3. Windows color (decimal): -2240811 or 14012125. OLE color: 14012125.

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

Color convert

RGB221206213-
CMYK00.070.040.13
HSL332º18.07%83.73%-
HSV(B)332º6.79%86.67%-
XYZ63.964.3272-
YUV211.28128.97134.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.53%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 213 (83.59% from 255) = 33.28%
R=34.53%
G=32.19%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120621300.070.040.1333218.0783.73
HexDDCED5074D14c1254
Octal3353163250741551422124
Binary11011101110011101101010101111001101101001100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCED5; }

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

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

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

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

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

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

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

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