#D5C0CA

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

Shades of Twilight #D5C0CA

Tints of Twilight #D5C0CA

Color information

#D5C0CA (or 0xD5C0CA) is unknown color: approx Twilight. HEX triplet: D5, C0 and CA. RGB value is (213,192,202). Sum of RGB (Red+Green+Blue) = 213+192+202=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0CA is #2A3F35. Grayscale: #C7C7C7. Windows color (decimal): -2768694 or 13287637. OLE color: 13287637.

HSL color Cylindrical-coordinate representation of color #D5C0CA: hue angle of 331.43º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5C0CA is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213192202-
CMYK00.100.050.16
HSL331.43º20%79.41%-
HSV(B)331.43º9.86%83.53%-
XYZ56.9556.1163.71-
YUV199.42129.46137.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=35.09%
G=31.63%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319220200.100.050.16331.432079.41
HexD5C0CA0A51014b144f
Octal32530031201252051324117
Binary1101010111000000110010100101010110000101001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0CA; }

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

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

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

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

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

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

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

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