#D5C0CB

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

Shades of Twilight #D5C0CB

Tints of Twilight #D5C0CB

Color information

#D5C0CB (or 0xD5C0CB) is unknown color: approx Twilight. HEX triplet: D5, C0 and CB. RGB value is (213,192,203). Sum of RGB (Red+Green+Blue) = 213+192+203=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0CB is #2A3F34. Grayscale: #C7C7C7. Windows color (decimal): -2768693 or 13353173. OLE color: 13353173.

HSL color Cylindrical-coordinate representation of color #D5C0CB: hue angle of 328.57º 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 #D5C0CB is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213192203-
CMYK00.100.050.16
HSL328.57º20%79.41%-
HSV(B)328.57º9.86%83.53%-
XYZ57.0756.1664.33-
YUV199.53129.96137.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=35.03%
G=31.58%
B=33.39%

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
Decimal21319220300.100.050.16328.572079.41
HexD5C0CB0A510149144f
Octal32530031301252051124117
Binary1101010111000000110010110101010110000101001001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0CB; }

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

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

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

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

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

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

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

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