#D2D0F9

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

Shades of Lavender Blue #D2D0F9

Tints of Lavender Blue #D2D0F9

Color information

#D2D0F9 (or 0xD2D0F9) is unknown color: approx Lavender Blue. HEX triplet: D2, D0 and F9. RGB value is (210,208,249). Sum of RGB (Red+Green+Blue) = 210+208+249=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2D0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D0F9 is #2D2F06. Grayscale: #D5D5D5. Windows color (decimal): -2961159 or 16371922. OLE color: 16371922.

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

Color convert

RGB210208249-
CMYK0.160.1600.02
HSL242.93º77.36%89.61%-
HSV(B)242.93º16.47%97.65%-
XYZ66.2365.6598.8-
YUV213.27148.16125.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 249 (97.66% from 255) = 37.33%
R=31.48%
G=31.18%
B=37.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102082490.160.1600.02242.9377.3689.61
HexD2D0F9101002f34d5a
Octal322320371202002363115132
Binary11010010110100001111100110000100000101111001110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D0F9; }

 p { color: rgb(210,208,249); }

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

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

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

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

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

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

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