#D7BDC7

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

Shades of Twilight #D7BDC7

Tints of Twilight #D7BDC7

Color information

#D7BDC7 (or 0xD7BDC7) is unknown color: approx Twilight. HEX triplet: D7, BD and C7. RGB value is (215,189,199). Sum of RGB (Red+Green+Blue) = 215+189+199=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDC7 is #284238. Grayscale: #C5C5C5. Windows color (decimal): -2638393 or 13090263. OLE color: 13090263.

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

Color convert

RGB215189199-
CMYK00.120.070.16
HSL336.92º24.53%79.22%-
HSV(B)336.92º12.09%84.31%-
XYZ56.5354.9761.66-
YUV197.91128.61140.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.66%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=35.66%
G=31.34%
B=33.00%

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
Decimal21518919900.120.070.16336.9224.5379.22
HexD7BDC70C710151194f
Octal32727530701472052131117
Binary1101011110111101110001110110011110000101010001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDC7; }

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

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

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

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

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

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

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

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