#D3CEE1

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

Shades of Fog #D3CEE1

Tints of Fog #D3CEE1

Color information

#D3CEE1 (or 0xD3CEE1) is unknown color: approx Fog. HEX triplet: D3, CE and E1. RGB value is (211,206,225). Sum of RGB (Red+Green+Blue) = 211+206+225=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEE1 is #2C311E. Grayscale: #D1D1D1. Windows color (decimal): -2896159 or 14798547. OLE color: 14798547.

HSL color Cylindrical-coordinate representation of color #D3CEE1: hue angle of 255.79º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3CEE1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211206225-
CMYK0.060.0800.12
HSL255.79º24.05%84.51%-
HSV(B)255.79º8.44%88.24%-
XYZ62.5363.4380.18-
YUV209.66136.66128.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.87%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=32.87%
G=32.09%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112062250.060.0800.12255.7924.0584.51
HexD3CEE1680C1001855
Octal32331634161001440030125
Binary110100111100111011100001110100001100100000000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEE1; }

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

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

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

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

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

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

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

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