Html Css Color HEX #D3D1FA Lavender Blue

📋 copy color: '#D3D1FA'

red 211 ◦ green 209 ◦ blue 250

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

Shades of Lavender Blue #D3D1FA

Tints of Lavender Blue #D3D1FA

RGB

 RED value IS 211 (82.81% from 255) = 31.49%

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

 BLUE value IS 250 (98.05% from 255) = 37.31%

R = 31.49%
G = 31.19%
B = 37.31%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3D1FA (or 0xD3D1FA) is known color: Lavender Blue. HEX triplet: D3, D1 and FA. RGB value is (211,209,250). Sum of RGB (Red+Green+Blue) = 211+209+250=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3D1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D1FA is #2C2E05. Grayscale: #D6D6D6. Windows color (decimal): -2895366 or 16437715. OLE color: 16437715.

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

Color convert

RGB 211 209 250 -
CMYK 0.16 0.16 0 0.02
HSL 242.93º 0.8% 0.9% -
HSV(B) 242.93º 0.16% 0.98% -
XYZ 66.92 66.35 99.72 -
YUV 214.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 211 209 250 0.16 0.16 0 0.02 242.93 0.8 0.9
Hex D3 D1 FA 10 10 0 2 F3 50 5A
Octal 323 321 372 20 20 0 2 363 120 132
Binary 11010011 11010001 11111010 10000 10000 0 10 11110011 1010000 1011010

Color Harmonies of #D3D1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D1FA

Black with #D3D1FA

Text Example


Text Example

White with #D3D1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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