#D3CBF8

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

Shades of Lavender Blue #D3CBF8

Tints of Lavender Blue #D3CBF8

Color information

#D3CBF8 (or 0xD3CBF8) is unknown color: approx Lavender Blue. HEX triplet: D3, CB and F8. RGB value is (211,203,248). Sum of RGB (Red+Green+Blue) = 211+203+248=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #D3CBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBF8 is #2C3407. Grayscale: #D2D2D2. Windows color (decimal): -2896904 or 16305107. OLE color: 16305107.

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

Color convert

RGB211203248-
CMYK0.150.1800.03
HSL250.67º76.27%88.43%-
HSV(B)250.67º18.15%97.25%-
XYZ65.1663.3497.6-
YUV210.52149.15128.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.87%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=31.87%
G=30.66%
B=37.46%

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
Decimal2112032480.150.1800.03250.6776.2788.43
HexD3CBF8F1203fb4c58
Octal323313370172203373114130
Binary1101001111001011111110001111100100111111101110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CBF8; }

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

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

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

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

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

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

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

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