#D7BDC8

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

Shades of Twilight #D7BDC8

Tints of Twilight #D7BDC8

Color information

#D7BDC8 (or 0xD7BDC8) is unknown color: approx Twilight. HEX triplet: D7, BD and C8. RGB value is (215,189,200). Sum of RGB (Red+Green+Blue) = 215+189+200=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDC8 is #284237. Grayscale: #C6C6C6. Windows color (decimal): -2638392 or 13155799. OLE color: 13155799.

HSL color Cylindrical-coordinate representation of color #D7BDC8: hue angle of 334.62º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BDC8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215189200-
CMYK00.120.070.16
HSL334.62º24.53%79.22%-
HSV(B)334.62º12.09%84.31%-
XYZ56.6555.0162.28-
YUV198.03129.11140.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.60%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=35.60%
G=31.29%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518920000.120.070.16334.6224.5379.22
HexD7BDC80C71014f194f
Octal32727531001472051731117
Binary1101011110111101110010000110011110000101001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDC8; }

 p { color: rgb(215,189,200); }

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

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

 a { background-color: rgb(215,189,200); }

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

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

 span { border-color: rgb(215,189,200); }

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