#D7BDC9

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

Shades of Twilight #D7BDC9

Tints of Twilight #D7BDC9

Color information

#D7BDC9 (or 0xD7BDC9) is unknown color: approx Twilight. HEX triplet: D7, BD and C9. RGB value is (215,189,201). Sum of RGB (Red+Green+Blue) = 215+189+201=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDC9 is #284236. Grayscale: #C6C6C6. Windows color (decimal): -2638391 or 13221335. OLE color: 13221335.

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

Color convert

RGB215189201-
CMYK00.120.070.16
HSL332.31º24.53%79.22%-
HSV(B)332.31º12.09%84.31%-
XYZ56.7655.0662.89-
YUV198.14129.61140.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=35.54%
G=31.24%
B=33.22%

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
Decimal21518920100.120.070.16332.3124.5379.22
HexD7BDC90C71014c194f
Octal32727531101472051431117
Binary1101011110111101110010010110011110000101001100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDC9; }

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

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

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

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

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

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

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

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