#D3C7FF

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

Shades of Lavender Blue #D3C7FF

Tints of Lavender Blue #D3C7FF

Color information

#D3C7FF (or 0xD3C7FF) is unknown color: approx Lavender Blue. HEX triplet: D3, C7 and FF. RGB value is (211,199,255). Sum of RGB (Red+Green+Blue) = 211+199+255=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 199 (78.12% from 255 or 29.92% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C7FF is #2C3800. Grayscale: #D0D0D0. Windows color (decimal): -2897921 or 16762835. OLE color: 16762835.

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

Color convert

RGB211199255-
CMYK0.170.2200
HSL252.86º100%89.02%-
HSV(B)252.86º21.96%100%-
XYZ65.3461.92103.12-
YUV208.97153.98129.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.73%
GREEN value IS 199 (78.12% from 255) = 29.92%
BLUE value IS 255 (100% from 255) = 38.35%
R=31.73%
G=29.92%
B=38.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111992550.170.2200252.8610089.02
HexD3C7FF111600fd6459
Octal323307377212600375144131
Binary1101001111000111111111111000110110001111110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C7FF; }

 p { color: rgb(211,199,255); }

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

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

 a { background-color: rgb(211,199,255); }

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

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

 span { border-color: rgb(211,199,255); }

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