#D9BDCA

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

Shades of Twilight #D9BDCA

Tints of Twilight #D9BDCA

Color information

#D9BDCA (or 0xD9BDCA) is unknown color: approx Twilight. HEX triplet: D9, BD and CA. RGB value is (217,189,202). Sum of RGB (Red+Green+Blue) = 217+189+202=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDCA is #264235. Grayscale: #C6C6C6. Windows color (decimal): -2507318 or 13286873. OLE color: 13286873.

HSL color Cylindrical-coordinate representation of color #D9BDCA: hue angle of 332.14º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDCA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217189202-
CMYK00.130.070.15
HSL332.14º26.92%79.61%-
HSV(B)332.14º12.9%85.1%-
XYZ57.4755.4163.54-
YUV198.85129.78140.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=35.69%
G=31.09%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718920200.130.070.15332.1426.9279.61
HexD9BDCA0D7F14c1b50
Octal33127531201571751433120
Binary110110011011110111001010011011111111101001100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDCA; }

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

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

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

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

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

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

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

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