#D1C6FF

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

Shades of Lavender Blue #D1C6FF

Tints of Lavender Blue #D1C6FF

Color information

#D1C6FF (or 0xD1C6FF) is unknown color: approx Lavender Blue. HEX triplet: D1, C6 and FF. RGB value is (209,198,255). Sum of RGB (Red+Green+Blue) = 209+198+255=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C6FF is #2E3900. Grayscale: #CFCFCF. Windows color (decimal): -3029249 or 16762577. OLE color: 16762577.

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

Color convert

RGB209198255-
CMYK0.180.2200
HSL251.58º100%88.82%-
HSV(B)251.58º22.35%100%-
XYZ64.5461.16103.01-
YUV207.79154.64128.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.57%
GREEN value IS 198 (77.73% from 255) = 29.91%
BLUE value IS 255 (100% from 255) = 38.52%
R=31.57%
G=29.91%
B=38.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091982550.180.2200251.5810088.82
HexD1C6FF121600fc6459
Octal321306377222600374144131
Binary1101000111000110111111111001010110001111110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C6FF; }

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

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

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

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

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

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

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

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