#D7BDCD

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

Shades of Twilight #D7BDCD

Tints of Twilight #D7BDCD

Color information

#D7BDCD (or 0xD7BDCD) is unknown color: approx Twilight. HEX triplet: D7, BD and CD. RGB value is (215,189,205). Sum of RGB (Red+Green+Blue) = 215+189+205=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDCD is #284232. Grayscale: #C6C6C6. Windows color (decimal): -2638387 or 13483479. OLE color: 13483479.

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

Color convert

RGB215189205-
CMYK00.120.050.16
HSL323.08º24.53%79.22%-
HSV(B)323.08º12.09%84.31%-
XYZ57.2455.2565.4-
YUV198.6131.61139.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=35.30%
G=31.03%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518920500.120.050.16323.0824.5379.22
HexD7BDCD0C510143194f
Octal32727531501452050331117
Binary1101011110111101110011010110010110000101000011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDCD; }

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

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

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

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

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

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

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

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