#D3C5FF

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

Shades of Lavender Blue #D3C5FF

Tints of Lavender Blue #D3C5FF

Color information

#D3C5FF (or 0xD3C5FF) is unknown color: approx Lavender Blue. HEX triplet: D3, C5 and FF. RGB value is (211,197,255). Sum of RGB (Red+Green+Blue) = 211+197+255=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 197 (77.34% from 255 or 29.71% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C5FF is #2C3A00. Grayscale: #CFCFCF. Windows color (decimal): -2898433 or 16762323. OLE color: 16762323.

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

Color convert

RGB211197255-
CMYK0.170.2300
HSL254.48º100%88.63%-
HSV(B)254.48º22.75%100%-
XYZ64.8861102.96-
YUV207.8154.64130.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.83%
GREEN value IS 197 (77.34% from 255) = 29.71%
BLUE value IS 255 (100% from 255) = 38.46%
R=31.83%
G=29.71%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111972550.170.2300254.4810088.63
HexD3C5FF111700fe6459
Octal323305377212700376144131
Binary1101001111000101111111111000110111001111111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C5FF; }

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

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

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

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

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

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

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

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