#D0D5FB

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

Shades of Lavender Blue #D0D5FB

Tints of Lavender Blue #D0D5FB

Color information

#D0D5FB (or 0xD0D5FB) is unknown color: approx Lavender Blue. HEX triplet: D0, D5 and FB. RGB value is (208,213,251). Sum of RGB (Red+Green+Blue) = 208+213+251=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0D5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D5FB is #2F2A04. Grayscale: #D7D7D7. Windows color (decimal): -3090949 or 16504272. OLE color: 16504272.

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

Color convert

RGB208213251-
CMYK0.170.1500.02
HSL233.02º84.31%90%-
HSV(B)233.02º17.13%98.43%-
XYZ67.2267.96100.84-
YUV215.84147.84122.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=30.95%
G=31.70%
B=37.35%

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
Decimal2082132510.170.1500.02233.0284.3190
HexD0D5FB11F02e9545a
Octal320325373211702351124132
Binary1101000011010101111110111000111110101110100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D5FB; }

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

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

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

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

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

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

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

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