#D0D0F8

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

Shades of Lavender Blue #D0D0F8

Tints of Lavender Blue #D0D0F8

Color information

#D0D0F8 (or 0xD0D0F8) is unknown color: approx Lavender Blue. HEX triplet: D0, D0 and F8. RGB value is (208,208,248). Sum of RGB (Red+Green+Blue) = 208+208+248=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0D0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D0F8 is #2F2F07. Grayscale: #D4D4D4. Windows color (decimal): -3092232 or 16306384. OLE color: 16306384.

HSL color Cylindrical-coordinate representation of color #D0D0F8: hue angle of 240º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0D0F8 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208208248-
CMYK0.160.1600.03
HSL240º74.07%89.41%-
HSV(B)240º16.13%97.25%-
XYZ65.5165.397.96-
YUV212.56148124.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 208 (81.64% from 255) = 31.33%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=31.33%
G=31.33%
B=37.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082082480.160.1600.0324074.0789.41
HexD0D0F8101003f04a59
Octal320320370202003360112131
Binary11010000110100001111100010000100000111111000010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D0F8; }

 p { color: rgb(208,208,248); }

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

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

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

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

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

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

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