#D0D6FB

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

Shades of Lavender Blue #D0D6FB

Tints of Lavender Blue #D0D6FB

Color information

#D0D6FB (or 0xD0D6FB) is unknown color: approx Lavender Blue. HEX triplet: D0, D6 and FB. RGB value is (208,214,251). Sum of RGB (Red+Green+Blue) = 208+214+251=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0D6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D6FB is #2F2904. Grayscale: #D8D8D8. Windows color (decimal): -3090693 or 16504528. OLE color: 16504528.

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

Color convert

RGB208214251-
CMYK0.170.1500.02
HSL231.63º84.31%90%-
HSV(B)231.63º17.13%98.43%-
XYZ67.4768.47100.93-
YUV216.42147.51121.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.91%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=30.91%
G=31.80%
B=37.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082142510.170.1500.02231.6384.3190
HexD0D6FB11F02e8545a
Octal320326373211702350124132
Binary1101000011010110111110111000111110101110100010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6FB; }

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

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

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

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

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

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

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

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