#D0D4FA

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

Shades of Lavender Blue #D0D4FA

Tints of Lavender Blue #D0D4FA

Color information

#D0D4FA (or 0xD0D4FA) is unknown color: approx Lavender Blue. HEX triplet: D0, D4 and FA. RGB value is (208,212,250). Sum of RGB (Red+Green+Blue) = 208+212+250=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0D4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D4FA is #2F2B05. Grayscale: #D6D6D6. Windows color (decimal): -3091206 or 16438480. OLE color: 16438480.

HSL color Cylindrical-coordinate representation of color #D0D4FA: hue angle of 234.29º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D4FA is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208212250-
CMYK0.170.1500.02
HSL234.29º80.77%89.8%-
HSV(B)234.29º16.8%98.04%-
XYZ66.8167.499.93-
YUV215.14147.67122.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.04%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=31.04%
G=31.64%
B=37.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082122500.170.1500.02234.2980.7789.8
HexD0D4FA11F02ea515a
Octal320324372211702352121132
Binary1101000011010100111110101000111110101110101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4FA; }

 p { color: rgb(208,212,250); }

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

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

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

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

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

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

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