#D3CEDF

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

Shades of Fog #D3CEDF

Tints of Fog #D3CEDF

Color information

#D3CEDF (or 0xD3CEDF) is unknown color: approx Fog. HEX triplet: D3, CE and DF. RGB value is (211,206,223). Sum of RGB (Red+Green+Blue) = 211+206+223=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEDF is #2C3120. Grayscale: #D1D1D1. Windows color (decimal): -2896161 or 14667475. OLE color: 14667475.

HSL color Cylindrical-coordinate representation of color #D3CEDF: hue angle of 257.65º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3CEDF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211206223-
CMYK0.050.0800.13
HSL257.65º20.99%84.12%-
HSV(B)257.65º7.62%87.45%-
XYZ62.2563.3278.75-
YUV209.43135.66129.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.97%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=32.97%
G=32.19%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112062230.050.0800.13257.6520.9984.12
HexD3CEDF580D1021554
Octal32331633751001540225124
Binary110100111100111011011111101100001101100000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEDF; }

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

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

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

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

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

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

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

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