#D1C8FF

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

Shades of Lavender Blue #D1C8FF

Tints of Lavender Blue #D1C8FF

Color information

#D1C8FF (or 0xD1C8FF) is unknown color: approx Lavender Blue. HEX triplet: D1, C8 and FF. RGB value is (209,200,255). Sum of RGB (Red+Green+Blue) = 209+200+255=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8FF is #2E3700. Grayscale: #D0D0D0. Windows color (decimal): -3028737 or 16763089. OLE color: 16763089.

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

Color convert

RGB209200255-
CMYK0.180.2200
HSL249.82º100%89.22%-
HSV(B)249.82º21.57%100%-
XYZ6562.08103.17-
YUV208.96153.98128.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.48%
GREEN value IS 200 (78.52% from 255) = 30.12%
BLUE value IS 255 (100% from 255) = 38.40%
R=31.48%
G=30.12%
B=38.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092002550.180.2200249.8210089.22
HexD1C8FF121600fa6459
Octal321310377222600372144131
Binary1101000111001000111111111001010110001111101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8FF; }

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

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

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

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

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

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

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

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