#D2D5FC

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

Shades of Lavender Blue #D2D5FC

Tints of Lavender Blue #D2D5FC

Color information

#D2D5FC (or 0xD2D5FC) is unknown color: approx Lavender Blue. HEX triplet: D2, D5 and FC. RGB value is (210,213,252). Sum of RGB (Red+Green+Blue) = 210+213+252=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2D5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5FC is #2D2A03. Grayscale: #D8D8D8. Windows color (decimal): -2959876 or 16569810. OLE color: 16569810.

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

Color convert

RGB210213252-
CMYK0.170.1500.01
HSL235.71º87.5%90.59%-
HSV(B)235.71º16.67%98.82%-
XYZ67.9468.32101.7-
YUV216.55148.01123.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.11%
GREEN value IS 213 (83.59% from 255) = 31.56%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=31.11%
G=31.56%
B=37.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102132520.170.1500.01235.7187.590.59
HexD2D5FC11F01ec585b
Octal322325374211701354130133
Binary110100101101010111111100100011111011110110010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5FC; }

 p { color: rgb(210,213,252); }

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

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

 a { background-color: rgb(210,213,252); }

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

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

 span { border-color: rgb(210,213,252); }

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