#D2D3FB

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

Shades of Lavender Blue #D2D3FB

Tints of Lavender Blue #D2D3FB

Color information

#D2D3FB (or 0xD2D3FB) is unknown color: approx Lavender Blue. HEX triplet: D2, D3 and FB. RGB value is (210,211,251). Sum of RGB (Red+Green+Blue) = 210+211+251=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2D3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D3FB is #2D2C04. Grayscale: #D7D7D7. Windows color (decimal): -2960389 or 16503762. OLE color: 16503762.

HSL color Cylindrical-coordinate representation of color #D2D3FB: hue angle of 238.54º degrees, saturation: 0.84, 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 #D2D3FB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210211251-
CMYK0.160.1600.02
HSL238.54º83.67%90.39%-
HSV(B)238.54º16.33%98.43%-
XYZ67.2967.26100.7-
YUV215.26148.17124.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.25%
GREEN value IS 211 (82.81% from 255) = 31.40%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=31.25%
G=31.40%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2102112510.160.1600.02238.5483.6790.39
HexD2D3FB101002ef545a
Octal322323373202002357124132
Binary11010010110100111111101110000100000101110111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D3FB; }

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

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

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

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

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

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

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

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