#D3CDFB

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

Shades of Lavender Blue #D3CDFB

Tints of Lavender Blue #D3CDFB

Color information

#D3CDFB (or 0xD3CDFB) is unknown color: approx Lavender Blue. HEX triplet: D3, CD and FB. RGB value is (211,205,251). Sum of RGB (Red+Green+Blue) = 211+205+251=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDFB is #2C3204. Grayscale: #D3D3D3. Windows color (decimal): -2896389 or 16502227. OLE color: 16502227.

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

Color convert

RGB211205251-
CMYK0.160.1800.02
HSL247.83º85.19%89.41%-
HSV(B)247.83º18.33%98.43%-
XYZ66.1164.48100.23-
YUV212.04149.99127.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.63%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=31.63%
G=30.73%
B=37.63%

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
Decimal2112052510.160.1800.02247.8385.1989.41
HexD3CDFB101202f85559
Octal323315373202202370125131
Binary11010011110011011111101110000100100101111100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CDFB; }

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

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

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

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

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

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

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

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