#D8D0FE

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

Shades of Lavender Blue #D8D0FE

Tints of Lavender Blue #D8D0FE

Color information

#D8D0FE (or 0xD8D0FE) is unknown color: approx Lavender Blue. HEX triplet: D8, D0 and FE. RGB value is (216,208,254). Sum of RGB (Red+Green+Blue) = 216+208+254=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D0FE is #272F01. Grayscale: #D7D7D7. Windows color (decimal): -2567938 or 16699608. OLE color: 16699608.

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

Color convert

RGB216208254-
CMYK0.150.1800.00
HSL250.43º95.83%90.59%-
HSV(B)250.43º18.11%99.61%-
XYZ68.7666.87103.05-
YUV215.64149.65128.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.86%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=31.86%
G=30.68%
B=37.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162082540.150.1800.00250.4395.8390.59
HexD8D0FEF1200fa605b
Octal330320376172200372140133
Binary110110001101000011111110111110010001111101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0FE; }

 p { color: rgb(216,208,254); }

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

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

 a { background-color: rgb(216,208,254); }

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

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

 span { border-color: rgb(216,208,254); }

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