Html Css Color HEX #D0D0FA Lavender Blue

📋 copy color: '#D0D0FA'

red 208 ◦ green 208 ◦ blue 250

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

Shades of Lavender Blue #D0D0FA

Tints of Lavender Blue #D0D0FA

RGB

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

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

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

R = 31.23%
G = 31.23%
B = 37.54%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0D0FA (or 0xD0D0FA) is known color: Lavender Blue. HEX triplet: D0, D0 and FA. RGB value is (208,208,250). Sum of RGB (Red+Green+Blue) = 208+208+250=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D0FA is #2F2F05. Grayscale: #D4D4D4. Windows color (decimal): -3092230 or 16437456. OLE color: 16437456.

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

Color convert

RGB 208 208 250 -
CMYK 0.17 0.17 0 0.02
HSL 240º 0.81% 0.9% -
HSV(B) 240º 0.17% 0.98% -
XYZ 65.82 65.42 99.6 -
YUV 212.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 208 208 250 0.17 0.17 0 0.02 240 0.81 0.9
Hex D0 D0 FA 11 11 0 2 F0 51 5A
Octal 320 320 372 21 21 0 2 360 121 132
Binary 11010000 11010000 11111010 10001 10001 0 10 11110000 1010001 1011010

Color Harmonies of #D0D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D0FA

Black with #D0D0FA

Text Example


Text Example

White with #D0D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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