#DDC1CB

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

Shades of Twilight #DDC1CB

Tints of Twilight #DDC1CB

Color information

#DDC1CB (or 0xDDC1CB) is unknown color: approx Twilight. HEX triplet: DD, C1 and CB. RGB value is (221,193,203). Sum of RGB (Red+Green+Blue) = 221+193+203=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1CB is #223E34. Grayscale: #CACACA. Windows color (decimal): -2244149 or 13353437. OLE color: 13353437.

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

Color convert

RGB221193203-
CMYK00.130.080.13
HSL338.57º29.17%81.18%-
HSV(B)338.57º12.67%86.67%-
XYZ59.6757.8264.52-
YUV202.51128.28141.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=35.82%
G=31.28%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119320300.130.080.13338.5729.1781.18
HexDDC1CB0D8D1531d51
Octal335301313015101552335121
Binary1101110111000001110010110110110001101101010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1CB; }

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

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

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

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

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

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

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

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