#D0D8FE

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

Shades of Lavender Blue #D0D8FE

Tints of Lavender Blue #D0D8FE

Color information

#D0D8FE (or 0xD0D8FE) is unknown color: approx Lavender Blue. HEX triplet: D0, D8 and FE. RGB value is (208,216,254). Sum of RGB (Red+Green+Blue) = 208+216+254=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8FE is #2F2701. Grayscale: #D9D9D9. Windows color (decimal): -3090178 or 16701648. OLE color: 16701648.

HSL color Cylindrical-coordinate representation of color #D0D8FE: hue angle of 229.57º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0D8FE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208216254-
CMYK0.180.1500.00
HSL229.57º95.83%90.59%-
HSV(B)229.57º18.11%99.61%-
XYZ68.4669.68103.61-
YUV217.94148.35120.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.68%
GREEN value IS 216 (84.77% from 255) = 31.86%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=30.68%
G=31.86%
B=37.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082162540.180.1500.00229.5795.8390.59
HexD0D8FE12F00e6605b
Octal320330376221700346140133
Binary110100001101100011111110100101111001110011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8FE; }

 p { color: rgb(208,216,254); }

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

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

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

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

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

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

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