#D9D0FF

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

Shades of Lavender Blue #D9D0FF

Tints of Lavender Blue #D9D0FF

Color information

#D9D0FF (or 0xD9D0FF) is unknown color: approx Lavender Blue. HEX triplet: D9, D0 and FF. RGB value is (217,208,255). Sum of RGB (Red+Green+Blue) = 217+208+255=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0FF is #262F00. Grayscale: #D7D7D7. Windows color (decimal): -2502401 or 16765145. OLE color: 16765145.

HSL color Cylindrical-coordinate representation of color #D9D0FF: hue angle of 251.49º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9D0FF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217208255-
CMYK0.150.1800
HSL251.49º100%90.78%-
HSV(B)251.49º18.43%100%-
XYZ69.2267.08103.91-
YUV216.05149.98128.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.91%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 255 (100% from 255) = 37.5%
R=31.91%
G=30.59%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172082550.150.1800251.4910090.78
HexD9D0FFF1200fb645b
Octal331320377172200373144133
Binary110110011101000011111111111110010001111101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0FF; }

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

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

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

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

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

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

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

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