#D5B7CB

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

Shades of Twilight #D5B7CB

Tints of Twilight #D5B7CB

Color information

#D5B7CB (or 0xD5B7CB) is unknown color: approx Twilight. HEX triplet: D5, B7 and CB. RGB value is (213,183,203). Sum of RGB (Red+Green+Blue) = 213+183+203=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7CB is #2A4834. Grayscale: #C2C2C2. Windows color (decimal): -2770997 or 13350869. OLE color: 13350869.

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

Color convert

RGB213183203-
CMYK00.140.050.16
HSL320º26.32%77.65%-
HSV(B)320º14.08%83.53%-
XYZ55.1552.3263.69-
YUV194.25132.94141.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 183 (71.88% from 255) = 30.55%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=35.56%
G=30.55%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318320300.140.050.1632026.3277.65
HexD5B7CB0E5101401a4e
Octal32526731301652050032116
Binary1101010110110111110010110111010110000101000000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B7CB; }

 p { color: rgb(213,183,203); }

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

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

 a { background-color: rgb(213,183,203); }

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

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

 span { border-color: rgb(213,183,203); }

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