#D2BDCA

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

Shades of Twilight #D2BDCA

Tints of Twilight #D2BDCA

Color information

#D2BDCA (or 0xD2BDCA) is unknown color: approx Twilight. HEX triplet: D2, BD and CA. RGB value is (210,189,202). Sum of RGB (Red+Green+Blue) = 210+189+202=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCA is #2D4235. Grayscale: #C4C4C4. Windows color (decimal): -2966070 or 13286866. OLE color: 13286866.

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

Color convert

RGB210189202-
CMYK00.100.040.18
HSL322.86º18.92%78.24%-
HSV(B)322.86º10%82.35%-
XYZ55.4454.3663.45-
YUV196.76130.96137.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=34.94%
G=31.45%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018920200.100.040.18322.8618.9278.24
HexD2BDCA0A412143134e
Octal32227531201242250323116
Binary1101001010111101110010100101010010010101000011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDCA; }

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

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

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

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

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

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

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

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