#D0BDC7

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

Shades of Twilight #D0BDC7

Tints of Twilight #D0BDC7

Color information

#D0BDC7 (or 0xD0BDC7) is unknown color: approx Twilight. HEX triplet: D0, BD and C7. RGB value is (208,189,199). Sum of RGB (Red+Green+Blue) = 208+189+199=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDC7 is #2F4238. Grayscale: #C3C3C3. Windows color (decimal): -3097145 or 13090256. OLE color: 13090256.

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

Color convert

RGB208189199-
CMYK00.090.040.18
HSL328.42º16.81%77.84%-
HSV(B)328.42º9.13%81.57%-
XYZ54.5253.9361.57-
YUV195.82129.79136.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 199 (78.12% from 255) = 33.39%
R=34.90%
G=31.71%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818919900.090.040.18328.4216.8177.84
HexD0BDC709412148114e
Octal32027530701142251021116
Binary1101000010111101110001110100110010010101001000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDC7; }

 p { color: rgb(208,189,199); }

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

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

 a { background-color: rgb(208,189,199); }

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

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

 span { border-color: rgb(208,189,199); }

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