Html Css Color HEX #D2D1FB Lavender Blue

📋 copy color: '#D2D1FB'

red 210 ◦ green 209 ◦ blue 251

#D2D1FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #D2D1FB

Tints of Lavender Blue #D2D1FB

RGB

 RED value IS 210 (82.42% from 255) = 31.34%

 GREEN value IS 209 (82.03% from 255) = 31.19%

 BLUE value IS 251 (98.44% from 255) = 37.46%

R = 31.34%
G = 31.19%
B = 37.46%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2D1FB (or 0xD2D1FB) is known color: Lavender Blue. HEX triplet: D2, D1 and FB. RGB value is (210,209,251). Sum of RGB (Red+Green+Blue) = 210+209+251=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D1FB is #2D2E04. Grayscale: #D5D5D5. Windows color (decimal): -2960901 or 16503250. OLE color: 16503250.

HSL color Cylindrical-coordinate representation of color #D2D1FB: hue angle of 241.43º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2D1FB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 209 251 -
CMYK 0.16 0.17 0 0.02
HSL 241.43º 0.84% 0.9% -
HSV(B) 241.43º 0.17% 0.98% -
XYZ 66.79 66.27 100.54 -
YUV 214.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 210 209 251 0.16 0.17 0 0.02 241.43 0.84 0.9
Hex D2 D1 FB 10 11 0 2 F1 54 5A
Octal 322 321 373 20 21 0 2 361 124 132
Binary 11010010 11010001 11111011 10000 10001 0 10 11110001 1010100 1011010

Color Harmonies of #D2D1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D1FB

Black with #D2D1FB

Text Example


Text Example

White with #D2D1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D1FB; }

 p { color: rgb(210,209,251); }

 H1.HeaderClassName
 {
   color: #D2D1FB;
 }
 .AnyTagClassName
 {
   color: #D2D1FB;
 }
</style>

background-color css

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

 a { background-color: rgb(210,209,251); }

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

border-color css

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

 span { border-color: rgb(210,209,251); }

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