#D2D5FD

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

Shades of Lavender Blue #D2D5FD

Tints of Lavender Blue #D2D5FD

Color information

#D2D5FD (or 0xD2D5FD) is unknown color: approx Lavender Blue. HEX triplet: D2, D5 and FD. RGB value is (210,213,253). Sum of RGB (Red+Green+Blue) = 210+213+253=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5FD is #2D2A02. Grayscale: #D8D8D8. Windows color (decimal): -2959875 or 16635346. OLE color: 16635346.

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

Color convert

RGB210213253-
CMYK0.170.1600.01
HSL235.81º91.49%90.78%-
HSV(B)235.81º17%99.22%-
XYZ68.168.38102.54-
YUV216.66148.51123.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.07%
GREEN value IS 213 (83.59% from 255) = 31.51%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=31.07%
G=31.51%
B=37.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102132530.170.1600.01235.8191.4990.78
HexD2D5FD111001ec5b5b
Octal322325375212001354133133
Binary1101001011010101111111011000110000011110110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5FD; }

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

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

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

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

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

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

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

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