#D5C4CF

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

Shades of Twilight #D5C4CF

Tints of Twilight #D5C4CF

Color information

#D5C4CF (or 0xD5C4CF) is unknown color: approx Twilight. HEX triplet: D5, C4 and CF. RGB value is (213,196,207). Sum of RGB (Red+Green+Blue) = 213+196+207=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4CF is #2A3B30. Grayscale: #CACACA. Windows color (decimal): -2767665 or 13616341. OLE color: 13616341.

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

Color convert

RGB213196207-
CMYK00.080.030.16
HSL321.18º16.83%80.2%-
HSV(B)321.18º7.98%83.53%-
XYZ58.4458.1367.17-
YUV202.34130.63135.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 196 (76.95% from 255) = 31.82%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=34.58%
G=31.82%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319620700.080.030.16321.1816.8380.2
HexD5C4CF083101411150
Octal32530431701032050121120
Binary110101011100010011001111010001110000101000001100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C4CF; }

 p { color: rgb(213,196,207); }

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

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

 a { background-color: rgb(213,196,207); }

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

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

 span { border-color: rgb(213,196,207); }

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