#DDCED1

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

Shades of Prim #DDCED1

Tints of Prim #DDCED1

Color information

#DDCED1 (or 0xDDCED1) is unknown color: approx Prim. HEX triplet: DD, CE and D1. RGB value is (221,206,209). Sum of RGB (Red+Green+Blue) = 221+206+209=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCED1 is #22312E. Grayscale: #D2D2D2. Windows color (decimal): -2240815 or 13749981. OLE color: 13749981.

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

Color convert

RGB221206209-
CMYK00.070.050.13
HSL348º18.07%83.73%-
HSV(B)348º6.79%86.67%-
XYZ63.464.1269.36-
YUV210.83126.97135.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=34.75%
G=32.39%
B=32.86%

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
Decimal22120620900.070.050.1334818.0783.73
HexDDCED1075D15c1254
Octal3353163210751553422124
Binary11011101110011101101000101111011101101011100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCED1; }

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

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

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

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

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

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

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

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