#D3CEF6

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

Shades of Lavender Blue #D3CEF6

Tints of Lavender Blue #D3CEF6

Color information

#D3CEF6 (or 0xD3CEF6) is unknown color: approx Lavender Blue. HEX triplet: D3, CE and F6. RGB value is (211,206,246). Sum of RGB (Red+Green+Blue) = 211+206+246=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEF6 is #2C3109. Grayscale: #D3D3D3. Windows color (decimal): -2896138 or 16174803. OLE color: 16174803.

HSL color Cylindrical-coordinate representation of color #D3CEF6: hue angle of 247.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3CEF6 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211206246-
CMYK0.140.1600.04
HSL247.5º68.97%88.63%-
HSV(B)247.5º16.26%96.47%-
XYZ65.5764.6596.21-
YUV212.06147.16127.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.83%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=31.83%
G=31.07%
B=37.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2112062460.140.1600.04247.568.9788.63
HexD3CEF6E1004f84559
Octal323316366162004370105131
Binary11010011110011101111011011101000001001111100010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEF6; }

 p { color: rgb(211,206,246); }

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

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

 a { background-color: rgb(211,206,246); }

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

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

 span { border-color: rgb(211,206,246); }

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