#D9BDCF

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

Shades of Twilight #D9BDCF

Tints of Twilight #D9BDCF

Color information

#D9BDCF (or 0xD9BDCF) is unknown color: approx Twilight. HEX triplet: D9, BD and CF. RGB value is (217,189,207). Sum of RGB (Red+Green+Blue) = 217+189+207=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDCF is #264230. Grayscale: #C7C7C7. Windows color (decimal): -2507313 or 13614553. OLE color: 13614553.

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

Color convert

RGB217189207-
CMYK00.130.050.15
HSL321.43º26.92%79.61%-
HSV(B)321.43º12.9%85.1%-
XYZ58.0855.6566.71-
YUV199.42132.28140.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=35.40%
G=30.83%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718920700.130.050.15321.4326.9279.61
HexD9BDCF0D5F1411b50
Octal33127531701551750133120
Binary110110011011110111001111011011011111101000001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDCF; }

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

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

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

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

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

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

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

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