#D4CEDF

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

Shades of Fog #D4CEDF

Tints of Fog #D4CEDF

Color information

#D4CEDF (or 0xD4CEDF) is unknown color: approx Fog. HEX triplet: D4, CE and DF. RGB value is (212,206,223). Sum of RGB (Red+Green+Blue) = 212+206+223=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEDF is #2B3120. Grayscale: #D1D1D1. Windows color (decimal): -2830625 or 14667476. OLE color: 14667476.

HSL color Cylindrical-coordinate representation of color #D4CEDF: hue angle of 261.18º 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 #D4CEDF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212206223-
CMYK0.050.0800.13
HSL261.18º20.99%84.12%-
HSV(B)261.18º7.62%87.45%-
XYZ62.5463.4778.77-
YUV209.73135.49129.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=33.07%
G=32.14%
B=34.79%

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
Decimal2122062230.050.0800.13261.1820.9984.12
HexD4CEDF580D1051554
Octal32431633751001540525124
Binary110101001100111011011111101100001101100000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEDF; }

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

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

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

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

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

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

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

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