#D0C8FF

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

Shades of Lavender Blue #D0C8FF

Tints of Lavender Blue #D0C8FF

Color information

#D0C8FF (or 0xD0C8FF) is unknown color: approx Lavender Blue. HEX triplet: D0, C8 and FF. RGB value is (208,200,255). Sum of RGB (Red+Green+Blue) = 208+200+255=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C8FF is #2F3700. Grayscale: #D0D0D0. Windows color (decimal): -3094273 or 16763088. OLE color: 16763088.

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

Color convert

RGB208200255-
CMYK0.180.2200
HSL248.73º100%89.22%-
HSV(B)248.73º21.57%100%-
XYZ64.7261.94103.15-
YUV208.66154.15127.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 200 (78.52% from 255) = 30.17%
BLUE value IS 255 (100% from 255) = 38.46%
R=31.37%
G=30.17%
B=38.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082002550.180.2200248.7310089.22
HexD0C8FF121600f96459
Octal320310377222600371144131
Binary1101000011001000111111111001010110001111100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8FF; }

 p { color: rgb(208,200,255); }

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

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

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

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

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

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

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