#D5B6C8

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

Shades of Twilight #D5B6C8

Tints of Twilight #D5B6C8

Color information

#D5B6C8 (or 0xD5B6C8) is unknown color: approx Twilight. HEX triplet: D5, B6 and C8. RGB value is (213,182,200). Sum of RGB (Red+Green+Blue) = 213+182+200=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6C8 is #2A4937. Grayscale: #C1C1C1. Windows color (decimal): -2771256 or 13154005. OLE color: 13154005.

HSL color Cylindrical-coordinate representation of color #D5B6C8: hue angle of 325.16º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B6C8 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213182200-
CMYK00.150.060.16
HSL325.16º26.96%77.45%-
HSV(B)325.16º14.55%83.53%-
XYZ54.5951.7761.76-
YUV193.32131.77142.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 200 (78.52% from 255) = 33.61%
R=35.80%
G=30.59%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318220000.150.060.16325.1626.9677.45
HexD5B6C80F6101451b4d
Octal32526631001762050533115
Binary1101010110110110110010000111111010000101000101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6C8; }

 p { color: rgb(213,182,200); }

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

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

 a { background-color: rgb(213,182,200); }

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

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

 span { border-color: rgb(213,182,200); }

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