#D2C3CA

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

Shades of Twilight #D2C3CA

Tints of Twilight #D2C3CA

Color information

#D2C3CA (or 0xD2C3CA) is unknown color: approx Twilight. HEX triplet: D2, C3 and CA. RGB value is (210,195,202). Sum of RGB (Red+Green+Blue) = 210+195+202=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C3CA is #2D3C35. Grayscale: #C8C8C8. Windows color (decimal): -2964534 or 13288402. OLE color: 13288402.

HSL color Cylindrical-coordinate representation of color #D2C3CA: hue angle of 332º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2C3CA is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210195202-
CMYK00.070.040.18
HSL332º14.29%79.41%-
HSV(B)332º7.14%82.35%-
XYZ56.755763.89-
YUV200.28128.97134.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 195 (76.56% from 255) = 32.13%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=34.60%
G=32.13%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019520200.070.040.1833214.2979.41
HexD2C3CA0741214ce4f
Octal3223033120742251416117
Binary11010010110000111100101001111001001010100110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C3CA; }

 p { color: rgb(210,195,202); }

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

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

 a { background-color: rgb(210,195,202); }

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

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

 span { border-color: rgb(210,195,202); }

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