#D5D2FC

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

Shades of Lavender Blue #D5D2FC

Tints of Lavender Blue #D5D2FC

Color information

#D5D2FC (or 0xD5D2FC) is unknown color: approx Lavender Blue. HEX triplet: D5, D2 and FC. RGB value is (213,210,252). Sum of RGB (Red+Green+Blue) = 213+210+252=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 210 (82.42% from 255 or 31.11% 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 #D5D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D2FC is #2A2D03. Grayscale: #D7D7D7. Windows color (decimal): -2764036 or 16569045. OLE color: 16569045.

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

Color convert

RGB213210252-
CMYK0.150.1700.01
HSL244.29º87.5%90.59%-
HSV(B)244.29º16.67%98.82%-
XYZ68.0667.27101.49-
YUV215.68148.49126.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132102520.150.1700.01244.2987.590.59
HexD5D2FCF1101f4585b
Octal325322374172101364130133
Binary110101011101001011111100111110001011111010010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D2FC; }

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

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

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

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

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

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

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

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