#D7C0CA

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

Shades of Twilight #D7C0CA

Tints of Twilight #D7C0CA

Color information

#D7C0CA (or 0xD7C0CA) is unknown color: approx Twilight. HEX triplet: D7, C0 and CA. RGB value is (215,192,202). Sum of RGB (Red+Green+Blue) = 215+192+202=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0CA is #283F35. Grayscale: #C8C8C8. Windows color (decimal): -2637622 or 13287639. OLE color: 13287639.

HSL color Cylindrical-coordinate representation of color #D7C0CA: hue angle of 333.91º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C0CA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215192202-
CMYK00.110.060.16
HSL333.91º22.33%79.8%-
HSV(B)333.91º10.7%84.31%-
XYZ57.5356.4163.73-
YUV200.02129.12138.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=35.30%
G=31.53%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519220200.110.060.16333.9122.3379.8
HexD7C0CA0B61014e1650
Octal32730031201362051626120
Binary1101011111000000110010100101111010000101001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0CA; }

 p { color: rgb(215,192,202); }

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

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

 a { background-color: rgb(215,192,202); }

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

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

 span { border-color: rgb(215,192,202); }

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