#DDC2CB

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

Shades of Twilight #DDC2CB

Tints of Twilight #DDC2CB

Color information

#DDC2CB (or 0xDDC2CB) is unknown color: approx Twilight. HEX triplet: DD, C2 and CB. RGB value is (221,194,203). Sum of RGB (Red+Green+Blue) = 221+194+203=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2CB is #223D34. Grayscale: #CBCBCB. Windows color (decimal): -2243893 or 13353693. OLE color: 13353693.

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

Color convert

RGB221194203-
CMYK00.120.080.13
HSL340º28.42%81.37%-
HSV(B)340º12.22%86.67%-
XYZ59.8958.2764.59-
YUV203.1127.95140.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=35.76%
G=31.39%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119420300.120.080.1334028.4281.37
HexDDC2CB0C8D1541c51
Octal335302313014101552434121
Binary1101110111000010110010110110010001101101010100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2CB; }

 p { color: rgb(221,194,203); }

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

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

 a { background-color: rgb(221,194,203); }

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

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

 span { border-color: rgb(221,194,203); }

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