#D9C2CA

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

Shades of Twilight #D9C2CA

Tints of Twilight #D9C2CA

Color information

#D9C2CA (or 0xD9C2CA) is unknown color: approx Twilight. HEX triplet: D9, C2 and CA. RGB value is (217,194,202). Sum of RGB (Red+Green+Blue) = 217+194+202=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2CA is #263D35. Grayscale: #C9C9C9. Windows color (decimal): -2506038 or 13288153. OLE color: 13288153.

HSL color Cylindrical-coordinate representation of color #D9C2CA: hue angle of 339.13º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C2CA is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217194202-
CMYK00.110.070.15
HSL339.13º23.23%80.59%-
HSV(B)339.13º10.6%85.1%-
XYZ58.5757.663.91-
YUV201.79128.12138.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=35.40%
G=31.65%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719420200.110.070.15339.1323.2380.59
HexD9C2CA0B7F1531751
Octal33130231201371752327121
Binary110110011100001011001010010111111111101010011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2CA; }

 p { color: rgb(217,194,202); }

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

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

 a { background-color: rgb(217,194,202); }

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

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

 span { border-color: rgb(217,194,202); }

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