#D2D3FE

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

Shades of Lavender Blue #D2D3FE

Tints of Lavender Blue #D2D3FE

Color information

#D2D3FE (or 0xD2D3FE) is unknown color: approx Lavender Blue. HEX triplet: D2, D3 and FE. RGB value is (210,211,254). Sum of RGB (Red+Green+Blue) = 210+211+254=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2D3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D3FE is #2D2C01. Grayscale: #D7D7D7. Windows color (decimal): -2960386 or 16700370. OLE color: 16700370.

HSL color Cylindrical-coordinate representation of color #D2D3FE: hue angle of 238.64º 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 #D2D3FE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210211254-
CMYK0.170.1700.00
HSL238.64º95.65%90.98%-
HSV(B)238.64º17.32%99.61%-
XYZ67.7667.45103.21-
YUV215.6149.67124-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.11%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=31.11%
G=31.26%
B=37.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102112540.170.1700.00238.6495.6590.98
HexD2D3FE111100ef605b
Octal322323376212100357140133
Binary1101001011010011111111101000110001001110111111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D3FE; }

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

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

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

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

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

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

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

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