#D2BDCB

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

Shades of Twilight #D2BDCB

Tints of Twilight #D2BDCB

Color information

#D2BDCB (or 0xD2BDCB) is unknown color: approx Twilight. HEX triplet: D2, BD and CB. RGB value is (210,189,203). Sum of RGB (Red+Green+Blue) = 210+189+203=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCB is #2D4234. Grayscale: #C4C4C4. Windows color (decimal): -2966069 or 13352402. OLE color: 13352402.

HSL color Cylindrical-coordinate representation of color #D2BDCB: hue angle of 320º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BDCB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210189203-
CMYK00.100.030.18
HSL320º18.92%78.24%-
HSV(B)320º10%82.35%-
XYZ55.5654.4164.07-
YUV196.88131.46137.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=34.88%
G=31.40%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018920300.100.030.1832018.9278.24
HexD2BDCB0A312140134e
Octal32227531301232250023116
Binary110100101011110111001011010101110010101000000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDCB; }

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

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

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

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

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

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

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

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