Html Css Color HEX #D1D0F7 Lavender Blue

📋 copy color: '#D1D0F7'

red 209 ◦ green 208 ◦ blue 247

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

Shades of Lavender Blue #D1D0F7

Tints of Lavender Blue #D1D0F7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.33%

 BLUE value IS 247 (96.88% from 255) = 37.2%

R = 31.48%
G = 31.33%
B = 37.2%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D1D0F7 (or 0xD1D0F7) is known color: Lavender Blue. HEX triplet: D1, D0 and F7. RGB value is (209,208,247). Sum of RGB (Red+Green+Blue) = 209+208+247=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1D0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D0F7 is #2E2F08. Grayscale: #D4D4D4. Windows color (decimal): -3026697 or 16240849. OLE color: 16240849.

HSL color Cylindrical-coordinate representation of color #D1D0F7: hue angle of 241.54º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D0F7 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 208 247 -
CMYK 0.15 0.16 0 0.03
HSL 241.54º 0.71% 0.89% -
HSV(B) 241.54º 0.16% 0.97% -
XYZ 65.64 65.38 97.16 -
YUV 212.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 209 208 247 0.15 0.16 0 0.03 241.54 0.71 0.89
Hex D1 D0 F7 F 10 0 3 F2 47 59
Octal 321 320 367 17 20 0 3 362 107 131
Binary 11010001 11010000 11110111 1111 10000 0 11 11110010 1000111 1011001

Color Harmonies of #D1D0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D0F7

Black with #D1D0F7

Text Example


Text Example

White with #D1D0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D0F7; }

 p { color: rgb(209,208,247); }

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

background-color css

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

 a { background-color: rgb(209,208,247); }

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

border-color css

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

 span { border-color: rgb(209,208,247); }

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