#D2D4FE

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

Shades of Lavender Blue #D2D4FE

Tints of Lavender Blue #D2D4FE

Color information

#D2D4FE (or 0xD2D4FE) is unknown color: approx Lavender Blue. HEX triplet: D2, D4 and FE. RGB value is (210,212,254). Sum of RGB (Red+Green+Blue) = 210+212+254=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 212 (83.20% from 255 or 31.36% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2D4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D4FE is #2D2B01. Grayscale: #D8D8D8. Windows color (decimal): -2960130 or 16700626. OLE color: 16700626.

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

Color convert

RGB210212254-
CMYK0.170.1700.00
HSL237.27º95.65%90.98%-
HSV(B)237.27º17.32%99.61%-
XYZ68.0167.94103.3-
YUV216.19149.34123.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.07%
GREEN value IS 212 (83.20% from 255) = 31.36%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=31.07%
G=31.36%
B=37.57%

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
Decimal2102122540.170.1700.00237.2795.6590.98
HexD2D4FE111100ed605b
Octal322324376212100355140133
Binary1101001011010100111111101000110001001110110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D4FE; }

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

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

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

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

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

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

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

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