#D0D0FB

Color #D0D0FB Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #D0D0FB

Tints of Lavender Blue #D0D0FB

Color information

#D0D0FB (or 0xD0D0FB) is unknown color: approx Lavender Blue. HEX triplet: D0, D0 and FB. RGB value is (208,208,251). Sum of RGB (Red+Green+Blue) = 208+208+251=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D0FB is #2F2F04. Grayscale: #D4D4D4. Windows color (decimal): -3092229 or 16502992. OLE color: 16502992.

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

Color convert

RGB208208251-
CMYK0.170.1700.02
HSL240º84.31%90%-
HSV(B)240º17.13%98.43%-
XYZ65.9865.49100.43-
YUV212.9149.5124.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.18%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=31.18%
G=31.18%
B=37.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082082510.170.1700.0224084.3190
HexD0D0FB111102f0545a
Octal320320373212102360124132
Binary11010000110100001111101110001100010101111000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D0FB; }

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

 H1.HeaderClassName
 {
   color: #D0D0FB;
 }
 .AnyTagClassName
 {
   color: #D0D0FB;
 }
</style>
background-color css

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

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

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

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

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

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