Html Css Color HEX #D0D3FA Lavender Blue

📋 copy color: '#D0D3FA'

red 208 ◦ green 211 ◦ blue 250

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

Shades of Lavender Blue #D0D3FA

Tints of Lavender Blue #D0D3FA

RGB

 RED value IS 208 (81.64% from 255) = 31.09%

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

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

R = 31.09%
G = 31.54%
B = 37.37%

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

#D0D3FA (or 0xD0D3FA) is known color: Lavender Blue. HEX triplet: D0, D3 and FA. RGB value is (208,211,250). Sum of RGB (Red+Green+Blue) = 208+211+250=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0D3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D3FA is #2F2C05. Grayscale: #D6D6D6. Windows color (decimal): -3091462 or 16438224. OLE color: 16438224.

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

Color convert

RGB 208 211 250 -
CMYK 0.17 0.16 0 0.02
HSL 235.71º 0.81% 0.9% -
HSV(B) 235.71º 0.17% 0.98% -
XYZ 66.56 66.9 99.85 -
YUV 214.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 208 211 250 0.17 0.16 0 0.02 235.71 0.81 0.9
Hex D0 D3 FA 11 10 0 2 EC 51 5A
Octal 320 323 372 21 20 0 2 354 121 132
Binary 11010000 11010011 11111010 10001 10000 0 10 11101100 1010001 1011010

Color Harmonies of #D0D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D3FA

Black with #D0D3FA

Text Example


Text Example

White with #D0D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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