#D3C6FC

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

Shades of Lavender Blue #D3C6FC

Tints of Lavender Blue #D3C6FC

Color information

#D3C6FC (or 0xD3C6FC) is unknown color: approx Lavender Blue. HEX triplet: D3, C6 and FC. RGB value is (211,198,252). Sum of RGB (Red+Green+Blue) = 211+198+252=661 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.92% from 661); Green value is 198 (77.73% from 255 or 29.95% 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 #D3C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C6FC is #2C3903. Grayscale: #CFCFCF. Windows color (decimal): -2898180 or 16565971. OLE color: 16565971.

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

Color convert

RGB211198252-
CMYK0.160.2100.01
HSL254.44º90%88.24%-
HSV(B)254.44º21.43%98.82%-
XYZ64.6361.27100.51-
YUV208.04152.81130.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.92%
GREEN value IS 198 (77.73% from 255) = 29.95%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=31.92%
G=29.95%
B=38.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111982520.160.2100.01254.449088.24
HexD3C6FC101501fe5a58
Octal323306374202501376132130
Binary1101001111000110111111001000010101011111111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C6FC; }

 p { color: rgb(211,198,252); }

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

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

 a { background-color: rgb(211,198,252); }

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

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

 span { border-color: rgb(211,198,252); }

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