#D2D7FE

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

Shades of Lavender Blue #D2D7FE

Tints of Lavender Blue #D2D7FE

Color information

#D2D7FE (or 0xD2D7FE) is unknown color: approx Lavender Blue. HEX triplet: D2, D7 and FE. RGB value is (210,215,254). Sum of RGB (Red+Green+Blue) = 210+215+254=679 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.93% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D7FE is #2D2801. Grayscale: #D9D9D9. Windows color (decimal): -2959362 or 16701394. OLE color: 16701394.

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

Color convert

RGB210215254-
CMYK0.170.1500.00
HSL233.18º95.65%90.98%-
HSV(B)233.18º17.32%99.61%-
XYZ68.7769.46103.55-
YUV217.95148.34122.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.93%
GREEN value IS 215 (84.38% from 255) = 31.66%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=30.93%
G=31.66%
B=37.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102152540.170.1500.00233.1895.6590.98
HexD2D7FE11F00e9605b
Octal322327376211700351140133
Binary110100101101011111111110100011111001110100111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7FE; }

 p { color: rgb(210,215,254); }

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

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

 a { background-color: rgb(210,215,254); }

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

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

 span { border-color: rgb(210,215,254); }

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