#D3CAFF

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

Shades of Lavender Blue #D3CAFF

Tints of Lavender Blue #D3CAFF

Color information

#D3CAFF (or 0xD3CAFF) is unknown color: approx Lavender Blue. HEX triplet: D3, CA and FF. RGB value is (211,202,255). Sum of RGB (Red+Green+Blue) = 211+202+255=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAFF is #2C3500. Grayscale: #D2D2D2. Windows color (decimal): -2897153 or 16763603. OLE color: 16763603.

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

Color convert

RGB211202255-
CMYK0.170.2100
HSL250.19º100%89.61%-
HSV(B)250.19º20.78%100%-
XYZ66.0363.31103.35-
YUV210.73152.98128.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.59%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 255 (100% from 255) = 38.17%
R=31.59%
G=30.24%
B=38.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112022550.170.2100250.1910089.61
HexD3CAFF111500fa645a
Octal323312377212500372144132
Binary1101001111001010111111111000110101001111101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CAFF; }

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

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

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

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

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

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

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

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