#D2D4FB

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

Shades of Lavender Blue #D2D4FB

Tints of Lavender Blue #D2D4FB

Color information

#D2D4FB (or 0xD2D4FB) is unknown color: approx Lavender Blue. HEX triplet: D2, D4 and FB. RGB value is (210,212,251). Sum of RGB (Red+Green+Blue) = 210+212+251=673 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.20% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2D4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D4FB is #2D2B04. Grayscale: #D7D7D7. Windows color (decimal): -2960133 or 16504018. OLE color: 16504018.

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

Color convert

RGB210212251-
CMYK0.160.1600.02
HSL237.07º83.67%90.39%-
HSV(B)237.07º16.33%98.43%-
XYZ67.5367.75100.79-
YUV215.85147.84123.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.20%
GREEN value IS 212 (83.20% from 255) = 31.50%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=31.20%
G=31.50%
B=37.30%

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
Decimal2102122510.160.1600.02237.0783.6790.39
HexD2D4FB101002ed545a
Octal322324373202002355124132
Binary11010010110101001111101110000100000101110110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D4FB; }

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

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

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

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

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

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

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

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