#D2C1CA

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

Shades of Twilight #D2C1CA

Tints of Twilight #D2C1CA

Color information

#D2C1CA (or 0xD2C1CA) is unknown color: approx Twilight. HEX triplet: D2, C1 and CA. RGB value is (210,193,202). Sum of RGB (Red+Green+Blue) = 210+193+202=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1CA is #2D3E35. Grayscale: #C7C7C7. Windows color (decimal): -2965046 or 13287890. OLE color: 13287890.

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

Color convert

RGB210193202-
CMYK00.080.040.18
HSL328.24º15.89%79.02%-
HSV(B)328.24º8.1%82.35%-
XYZ56.3156.1163.74-
YUV199.11129.63135.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=34.71%
G=31.90%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019320200.080.040.18328.2415.8979.02
HexD2C1CA08412148104f
Octal32230131201042251020117
Binary1101001011000001110010100100010010010101001000100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C1CA; }

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

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

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

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

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

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

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

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