#D5C0CD

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

Shades of Twilight #D5C0CD

Tints of Twilight #D5C0CD

Color information

#D5C0CD (or 0xD5C0CD) is unknown color: approx Twilight. HEX triplet: D5, C0 and CD. RGB value is (213,192,205). Sum of RGB (Red+Green+Blue) = 213+192+205=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0CD is #2A3F32. Grayscale: #C7C7C7. Windows color (decimal): -2768691 or 13484245. OLE color: 13484245.

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

Color convert

RGB213192205-
CMYK00.100.040.16
HSL322.86º20%79.41%-
HSV(B)322.86º9.86%83.53%-
XYZ57.3156.2565.6-
YUV199.76130.96137.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.92%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=34.92%
G=31.48%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319220500.100.040.16322.862079.41
HexD5C0CD0A410143144f
Octal32530031501242050324117
Binary1101010111000000110011010101010010000101000011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0CD; }

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

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

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

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

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

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

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

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