#D9C1CA

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

Shades of Twilight #D9C1CA

Tints of Twilight #D9C1CA

Color information

#D9C1CA (or 0xD9C1CA) is unknown color: approx Twilight. HEX triplet: D9, C1 and CA. RGB value is (217,193,202). Sum of RGB (Red+Green+Blue) = 217+193+202=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1CA is #263E35. Grayscale: #C9C9C9. Windows color (decimal): -2506294 or 13287897. OLE color: 13287897.

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

Color convert

RGB217193202-
CMYK00.110.070.15
HSL337.5º24%80.39%-
HSV(B)337.5º11.06%85.1%-
XYZ58.3557.1663.83-
YUV201.2128.45139.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=35.46%
G=31.54%
B=33.01%

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
Decimal21719320200.110.070.15337.52480.39
HexD9C1CA0B7F1521850
Octal33130131201371752230120
Binary110110011100000111001010010111111111101010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C1CA; }

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

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

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

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

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

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

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

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