#D3CAFC

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

Shades of Lavender Blue #D3CAFC

Tints of Lavender Blue #D3CAFC

Color information

#D3CAFC (or 0xD3CAFC) is unknown color: approx Lavender Blue. HEX triplet: D3, CA and FC. RGB value is (211,202,252). Sum of RGB (Red+Green+Blue) = 211+202+252=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAFC is #2C3503. Grayscale: #D2D2D2. Windows color (decimal): -2897156 or 16566995. OLE color: 16566995.

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

Color convert

RGB211202252-
CMYK0.160.2000.01
HSL250.8º89.29%89.02%-
HSV(B)250.8º19.84%98.82%-
XYZ65.5663.12100.82-
YUV210.39151.48128.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.73%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=31.73%
G=30.38%
B=37.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112022520.160.2000.01250.889.2989.02
HexD3CAFC101401fb5959
Octal323312374202401373131131
Binary1101001111001010111111001000010100011111101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CAFC; }

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

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

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

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

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

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

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

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