#D3C9FB

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

Shades of Lavender Blue #D3C9FB

Tints of Lavender Blue #D3C9FB

Color information

#D3C9FB (or 0xD3C9FB) is unknown color: approx Lavender Blue. HEX triplet: D3, C9 and FB. RGB value is (211,201,251). Sum of RGB (Red+Green+Blue) = 211+201+251=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C9FB is #2C3604. Grayscale: #D1D1D1. Windows color (decimal): -2897413 or 16501203. OLE color: 16501203.

HSL color Cylindrical-coordinate representation of color #D3C9FB: hue angle of 252º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3C9FB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211201251-
CMYK0.160.2000.02
HSL252º86.21%88.63%-
HSV(B)252º19.92%98.43%-
XYZ65.1662.5999.91-
YUV209.69151.31128.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.83%
GREEN value IS 201 (78.91% from 255) = 30.32%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=31.83%
G=30.32%
B=37.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112012510.160.2000.0225286.2188.63
HexD3C9FB101402fc5659
Octal323311373202402374126131
Binary11010011110010011111101110000101000101111110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C9FB; }

 p { color: rgb(211,201,251); }

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

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

 a { background-color: rgb(211,201,251); }

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

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

 span { border-color: rgb(211,201,251); }

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