#D3CBFB

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

Shades of Lavender Blue #D3CBFB

Tints of Lavender Blue #D3CBFB

Color information

#D3CBFB (or 0xD3CBFB) is unknown color: approx Lavender Blue. HEX triplet: D3, CB and FB. RGB value is (211,203,251). Sum of RGB (Red+Green+Blue) = 211+203+251=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBFB is #2C3404. Grayscale: #D2D2D2. Windows color (decimal): -2896901 or 16501715. OLE color: 16501715.

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

Color convert

RGB211203251-
CMYK0.160.1900.02
HSL250º85.71%89.02%-
HSV(B)250º19.12%98.43%-
XYZ65.6363.53100.07-
YUV210.86150.65128.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.73%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=31.73%
G=30.53%
B=37.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112032510.160.1900.0225085.7189.02
HexD3CBFB101302fa5659
Octal323313373202302372126131
Binary11010011110010111111101110000100110101111101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CBFB; }

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

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

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

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

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

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

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

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