#D6B9CB

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

Shades of Twilight #D6B9CB

Tints of Twilight #D6B9CB

Color information

#D6B9CB (or 0xD6B9CB) is unknown color: approx Twilight. HEX triplet: D6, B9 and CB. RGB value is (214,185,203). Sum of RGB (Red+Green+Blue) = 214+185+203=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9CB is #294634. Grayscale: #C3C3C3. Windows color (decimal): -2704949 or 13351382. OLE color: 13351382.

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

Color convert

RGB214185203-
CMYK00.140.050.16
HSL322.76º26.13%78.24%-
HSV(B)322.76º13.55%83.92%-
XYZ55.8653.3163.84-
YUV195.72132.11141.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 185 (72.66% from 255) = 30.73%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=35.55%
G=30.73%
B=33.72%

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
Decimal21418520300.140.050.16322.7626.1378.24
HexD6B9CB0E5101431a4e
Octal32627131301652050332116
Binary1101011010111001110010110111010110000101000011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9CB; }

 p { color: rgb(214,185,203); }

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

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

 a { background-color: rgb(214,185,203); }

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

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

 span { border-color: rgb(214,185,203); }

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