#D1BDCA

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

Shades of Twilight #D1BDCA

Tints of Twilight #D1BDCA

Color information

#D1BDCA (or 0xD1BDCA) is unknown color: approx Twilight. HEX triplet: D1, BD and CA. RGB value is (209,189,202). Sum of RGB (Red+Green+Blue) = 209+189+202=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDCA is #2E4235. Grayscale: #C4C4C4. Windows color (decimal): -3031606 or 13286865. OLE color: 13286865.

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

Color convert

RGB209189202-
CMYK00.100.030.18
HSL321º17.86%78.04%-
HSV(B)321º9.57%81.96%-
XYZ55.1554.2163.43-
YUV196.46131.13136.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=34.83%
G=31.5%
B=33.67%

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
Decimal20918920200.100.030.1832117.8678.04
HexD1BDCA0A312141124e
Octal32127531201232250122116
Binary110100011011110111001010010101110010101000001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDCA; }

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

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

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

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

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

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

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

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