#D5B8C5

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

Shades of Twilight #D5B8C5

Tints of Twilight #D5B8C5

Color information

#D5B8C5 (or 0xD5B8C5) is unknown color: approx Twilight. HEX triplet: D5, B8 and C5. RGB value is (213,184,197). Sum of RGB (Red+Green+Blue) = 213+184+197=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B8C5 is #2A473A. Grayscale: #C2C2C2. Windows color (decimal): -2770747 or 12957909. OLE color: 12957909.

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

Color convert

RGB213184197-
CMYK00.140.080.16
HSL333.1º25.66%77.84%-
HSV(B)333.1º13.62%83.53%-
XYZ54.6652.4660.07-
YUV194.15129.61141.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.86%
GREEN value IS 184 (72.27% from 255) = 30.98%
BLUE value IS 197 (77.34% from 255) = 33.16%
R=35.86%
G=30.98%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318419700.140.080.16333.125.6677.84
HexD5B8C50E81014d1a4e
Octal325270305016102051532116
Binary11010101101110001100010101110100010000101001101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B8C5; }

 p { color: rgb(213,184,197); }

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

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

 a { background-color: rgb(213,184,197); }

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

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

 span { border-color: rgb(213,184,197); }

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