#D7BDCC

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

Shades of Twilight #D7BDCC

Tints of Twilight #D7BDCC

Color information

#D7BDCC (or 0xD7BDCC) is unknown color: approx Twilight. HEX triplet: D7, BD and CC. RGB value is (215,189,204). Sum of RGB (Red+Green+Blue) = 215+189+204=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDCC is #284233. Grayscale: #C6C6C6. Windows color (decimal): -2638388 or 13417943. OLE color: 13417943.

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

Color convert

RGB215189204-
CMYK00.120.050.16
HSL325.38º24.53%79.22%-
HSV(B)325.38º12.09%84.31%-
XYZ57.1255.264.77-
YUV198.48131.11139.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=35.36%
G=31.09%
B=33.55%

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
Decimal21518920400.120.050.16325.3824.5379.22
HexD7BDCC0C510145194f
Octal32727531401452050531117
Binary1101011110111101110011000110010110000101000101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDCC; }

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

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

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

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

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

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

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

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