#D5C0CC

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

Shades of Twilight #D5C0CC

Tints of Twilight #D5C0CC

Color information

#D5C0CC (or 0xD5C0CC) is unknown color: approx Twilight. HEX triplet: D5, C0 and CC. RGB value is (213,192,204). Sum of RGB (Red+Green+Blue) = 213+192+204=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0CC is #2A3F33. Grayscale: #C7C7C7. Windows color (decimal): -2768692 or 13418709. OLE color: 13418709.

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

Color convert

RGB213192204-
CMYK00.100.040.16
HSL325.71º20%79.41%-
HSV(B)325.71º9.86%83.53%-
XYZ57.1956.2164.96-
YUV199.65130.46137.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=34.98%
G=31.53%
B=33.50%

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
Decimal21319220400.100.040.16325.712079.41
HexD5C0CC0A410146144f
Octal32530031401242050624117
Binary1101010111000000110011000101010010000101000110101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0CC; }

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

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

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

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

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

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

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

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