#D3CAF7

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

Shades of Lavender Blue #D3CAF7

Tints of Lavender Blue #D3CAF7

Color information

#D3CAF7 (or 0xD3CAF7) is unknown color: approx Lavender Blue. HEX triplet: D3, CA and F7. RGB value is (211,202,247). Sum of RGB (Red+Green+Blue) = 211+202+247=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #D3CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAF7 is #2C3508. Grayscale: #D1D1D1. Windows color (decimal): -2897161 or 16239315. OLE color: 16239315.

HSL color Cylindrical-coordinate representation of color #D3CAF7: hue angle of 252º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3CAF7 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB211202247-
CMYK0.150.1800.03
HSL252º73.77%88.04%-
HSV(B)252º18.22%96.86%-
XYZ64.7762.8196.7-
YUV209.82148.98128.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.97%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=31.97%
G=30.61%
B=37.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2112022470.150.1800.0325273.7788.04
HexD3CAF7F1203fc4a58
Octal323312367172203374112130
Binary1101001111001010111101111111100100111111110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CAF7; }

 p { color: rgb(211,202,247); }

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

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

 a { background-color: rgb(211,202,247); }

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

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

 span { border-color: rgb(211,202,247); }

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