#D2D3FD

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

Shades of Lavender Blue #D2D3FD

Tints of Lavender Blue #D2D3FD

Color information

#D2D3FD (or 0xD2D3FD) is unknown color: approx Lavender Blue. HEX triplet: D2, D3 and FD. RGB value is (210,211,253). Sum of RGB (Red+Green+Blue) = 210+211+253=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D3FD is #2D2C02. Grayscale: #D7D7D7. Windows color (decimal): -2960387 or 16634834. OLE color: 16634834.

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

Color convert

RGB210211253-
CMYK0.170.1700.01
HSL238.6º91.49%90.78%-
HSV(B)238.6º17%99.22%-
XYZ67.667.38102.37-
YUV215.49149.17124.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.16%
GREEN value IS 211 (82.81% from 255) = 31.31%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=31.16%
G=31.31%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102112530.170.1700.01238.691.4990.78
HexD2D3FD111101ef5b5b
Octal322323375212101357133133
Binary1101001011010011111111011000110001011110111110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D3FD; }

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

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

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

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

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

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

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

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