#D2D4FF

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

Shades of Lavender Blue #D2D4FF

Tints of Lavender Blue #D2D4FF

Color information

#D2D4FF (or 0xD2D4FF) is unknown color: approx Lavender Blue. HEX triplet: D2, D4 and FF. RGB value is (210,212,255). Sum of RGB (Red+Green+Blue) = 210+212+255=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D4FF is #2D2B00. Grayscale: #D8D8D8. Windows color (decimal): -2960129 or 16766162. OLE color: 16766162.

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

Color convert

RGB210212255-
CMYK0.180.1700
HSL237.33º100%91.18%-
HSV(B)237.33º17.65%100%-
XYZ68.1768.01104.14-
YUV216.3149.84123.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.02%
GREEN value IS 212 (83.20% from 255) = 31.31%
BLUE value IS 255 (100% from 255) = 37.67%
R=31.02%
G=31.31%
B=37.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102122550.180.1700237.3310091.18
HexD2D4FF121100ed645b
Octal322324377222100355144133
Binary1101001011010100111111111001010001001110110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D4FF; }

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

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

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

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

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

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

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

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