#D2BDCC

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

Shades of Twilight #D2BDCC

Tints of Twilight #D2BDCC

Color information

#D2BDCC (or 0xD2BDCC) is unknown color: approx Twilight. HEX triplet: D2, BD and CC. RGB value is (210,189,204). Sum of RGB (Red+Green+Blue) = 210+189+204=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCC is #2D4233. Grayscale: #C4C4C4. Windows color (decimal): -2966068 or 13417938. OLE color: 13417938.

HSL color Cylindrical-coordinate representation of color #D2BDCC: hue angle of 317.14º 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 #D2BDCC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210189204-
CMYK00.100.030.18
HSL317.14º18.92%78.24%-
HSV(B)317.14º10%82.35%-
XYZ55.6854.4664.7-
YUV196.99131.96137.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=34.83%
G=31.34%
B=33.83%

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
Decimal21018920400.100.030.18317.1418.9278.24
HexD2BDCC0A31213d134e
Octal32227531401232247523116
Binary110100101011110111001100010101110010100111101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDCC; }

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

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

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

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

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

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

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

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