#D7BDCB

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

Shades of Twilight #D7BDCB

Tints of Twilight #D7BDCB

Color information

#D7BDCB (or 0xD7BDCB) is unknown color: approx Twilight. HEX triplet: D7, BD and CB. RGB value is (215,189,203). Sum of RGB (Red+Green+Blue) = 215+189+203=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDCB is #284234. Grayscale: #C6C6C6. Windows color (decimal): -2638389 or 13352407. OLE color: 13352407.

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

Color convert

RGB215189203-
CMYK00.120.060.16
HSL327.69º24.53%79.22%-
HSV(B)327.69º12.09%84.31%-
XYZ5755.1564.14-
YUV198.37130.61139.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=35.42%
G=31.14%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518920300.120.060.16327.6924.5379.22
HexD7BDCB0C610148194f
Octal32727531301462051031117
Binary1101011110111101110010110110011010000101001000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDCB; }

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

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

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

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

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

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

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

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