#D1C8FC

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

Shades of Lavender Blue #D1C8FC

Tints of Lavender Blue #D1C8FC

Color information

#D1C8FC (or 0xD1C8FC) is unknown color: approx Lavender Blue. HEX triplet: D1, C8 and FC. RGB value is (209,200,252). Sum of RGB (Red+Green+Blue) = 209+200+252=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8FC is #2E3703. Grayscale: #D0D0D0. Windows color (decimal): -3028740 or 16566481. OLE color: 16566481.

HSL color Cylindrical-coordinate representation of color #D1C8FC: hue angle of 250.38º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1C8FC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209200252-
CMYK0.170.2100.01
HSL250.38º89.66%88.63%-
HSV(B)250.38º20.63%98.82%-
XYZ64.5261.89100.64-
YUV208.62152.48128.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.62%
GREEN value IS 200 (78.52% from 255) = 30.26%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=31.62%
G=30.26%
B=38.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092002520.170.2100.01250.3889.6688.63
HexD1C8FC111501fa5a59
Octal321310374212501372132131
Binary1101000111001000111111001000110101011111101010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8FC; }

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

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

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

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

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

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

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

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