#D0D7FE

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

Shades of Lavender Blue #D0D7FE

Tints of Lavender Blue #D0D7FE

Color information

#D0D7FE (or 0xD0D7FE) is unknown color: approx Lavender Blue. HEX triplet: D0, D7 and FE. RGB value is (208,215,254). Sum of RGB (Red+Green+Blue) = 208+215+254=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D7FE is #2F2801. Grayscale: #D9D9D9. Windows color (decimal): -3090434 or 16701392. OLE color: 16701392.

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

Color convert

RGB208215254-
CMYK0.180.1500.00
HSL230.87º95.83%90.59%-
HSV(B)230.87º18.11%99.61%-
XYZ68.269.17103.52-
YUV217.35148.68121.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.72%
GREEN value IS 215 (84.38% from 255) = 31.76%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=30.72%
G=31.76%
B=37.52%

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
Decimal2082152540.180.1500.00230.8795.8390.59
HexD0D7FE12F00e7605b
Octal320327376221700347140133
Binary110100001101011111111110100101111001110011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D7FE; }

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

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

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

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

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

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

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

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