#D9BDD0

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

Shades of Twilight #D9BDD0

Tints of Twilight #D9BDD0

Color information

#D9BDD0 (or 0xD9BDD0) is unknown color: approx Twilight. HEX triplet: D9, BD and D0. RGB value is (217,189,208). Sum of RGB (Red+Green+Blue) = 217+189+208=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDD0 is #26422F. Grayscale: #C7C7C7. Windows color (decimal): -2507312 or 13680089. OLE color: 13680089.

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

Color convert

RGB217189208-
CMYK00.130.040.15
HSL319.29º26.92%79.61%-
HSV(B)319.29º12.9%85.1%-
XYZ58.255.767.36-
YUV199.54132.78140.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=35.34%
G=30.78%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718920800.130.040.15319.2926.9279.61
HexD9BDD00D4F13f1b50
Octal33127532001541747733120
Binary110110011011110111010000011011001111100111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDD0; }

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

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

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

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

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

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

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

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