#D3CCF8

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

Shades of Lavender Blue #D3CCF8

Tints of Lavender Blue #D3CCF8

Color information

#D3CCF8 (or 0xD3CCF8) is unknown color: approx Lavender Blue. HEX triplet: D3, CC and F8. RGB value is (211,204,248). Sum of RGB (Red+Green+Blue) = 211+204+248=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3CCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCF8 is #2C3307. Grayscale: #D2D2D2. Windows color (decimal): -2896648 or 16305363. OLE color: 16305363.

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

Color convert

RGB211204248-
CMYK0.150.1800.03
HSL249.55º75.86%88.63%-
HSV(B)249.55º17.74%97.25%-
XYZ65.463.8197.68-
YUV211.11148.82127.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.83%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 248 (97.27% from 255) = 37.41%
R=31.83%
G=30.77%
B=37.41%

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
Decimal2112042480.150.1800.03249.5575.8688.63
HexD3CCF8F1203fa4c59
Octal323314370172203372114131
Binary1101001111001100111110001111100100111111101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCF8; }

 p { color: rgb(211,204,248); }

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

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

 a { background-color: rgb(211,204,248); }

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

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

 span { border-color: rgb(211,204,248); }

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