Html Css Color HEX #D1D3FB Lavender Blue

📋 copy color: '#D1D3FB'

red 209 ◦ green 211 ◦ blue 251

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

Shades of Lavender Blue #D1D3FB

Tints of Lavender Blue #D1D3FB

RGB

 RED value IS 209 (82.03% from 255) = 31.15%

 GREEN value IS 211 (82.81% from 255) = 31.45%

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

R = 31.15%
G = 31.45%
B = 37.41%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1D3FB (or 0xD1D3FB) is known color: Lavender Blue. HEX triplet: D1, D3 and FB. RGB value is (209,211,251). Sum of RGB (Red+Green+Blue) = 209+211+251=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1D3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D3FB is #2E2C04. Grayscale: #D6D6D6. Windows color (decimal): -3025925 or 16503761. OLE color: 16503761.

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

Color convert

RGB 209 211 251 -
CMYK 0.17 0.16 0 0.02
HSL 237.14º 0.84% 0.9% -
HSV(B) 237.14º 0.17% 0.98% -
XYZ 67 67.11 100.69 -
YUV 214.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 209 211 251 0.17 0.16 0 0.02 237.14 0.84 0.9
Hex D1 D3 FB 11 10 0 2 ED 54 5A
Octal 321 323 373 21 20 0 2 355 124 132
Binary 11010001 11010011 11111011 10001 10000 0 10 11101101 1010100 1011010

Color Harmonies of #D1D3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D3FB

Black with #D1D3FB

Text Example


Text Example

White with #D1D3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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