#D0BFC8

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

Shades of Twilight #D0BFC8

Tints of Twilight #D0BFC8

Color information

#D0BFC8 (or 0xD0BFC8) is unknown color: approx Twilight. HEX triplet: D0, BF and C8. RGB value is (208,191,200). Sum of RGB (Red+Green+Blue) = 208+191+200=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFC8 is #2F4037. Grayscale: #C5C5C5. Windows color (decimal): -3096632 or 13156304. OLE color: 13156304.

HSL color Cylindrical-coordinate representation of color #D0BFC8: hue angle of 328.24º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0BFC8 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB208191200-
CMYK00.080.040.18
HSL328.24º15.32%78.24%-
HSV(B)328.24º8.17%81.57%-
XYZ55.0754.8462.33-
YUV197.11129.63135.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 200 (78.52% from 255) = 33.39%
R=34.72%
G=31.89%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819120000.080.040.18328.2415.3278.24
HexD0BFC808412148f4e
Octal32027731001042251017116
Binary110100001011111111001000010001001001010100100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFC8; }

 p { color: rgb(208,191,200); }

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

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

 a { background-color: rgb(208,191,200); }

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

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

 span { border-color: rgb(208,191,200); }

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