#D3CFFB

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

Shades of Lavender Blue #D3CFFB

Tints of Lavender Blue #D3CFFB

Color information

#D3CFFB (or 0xD3CFFB) is unknown color: approx Lavender Blue. HEX triplet: D3, CF and FB. RGB value is (211,207,251). Sum of RGB (Red+Green+Blue) = 211+207+251=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFFB is #2C3004. Grayscale: #D5D5D5. Windows color (decimal): -2895877 or 16502739. OLE color: 16502739.

HSL color Cylindrical-coordinate representation of color #D3CFFB: hue angle of 245.45º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3CFFB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211207251-
CMYK0.160.1800.02
HSL245.45º84.62%89.8%-
HSV(B)245.45º17.53%98.43%-
XYZ66.5965.44100.39-
YUV213.21149.33126.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.54%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=31.54%
G=30.94%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112072510.160.1800.02245.4584.6289.8
HexD3CFFB101202f5555a
Octal323317373202202365125132
Binary11010011110011111111101110000100100101111010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFFB; }

 p { color: rgb(211,207,251); }

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

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

 a { background-color: rgb(211,207,251); }

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

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

 span { border-color: rgb(211,207,251); }

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