#D4CEDC

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

Shades of Fog #D4CEDC

Tints of Fog #D4CEDC

Color information

#D4CEDC (or 0xD4CEDC) is unknown color: approx Fog. HEX triplet: D4, CE and DC. RGB value is (212,206,220). Sum of RGB (Red+Green+Blue) = 212+206+220=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEDC is #2B3123. Grayscale: #D1D1D1. Windows color (decimal): -2830628 or 14470868. OLE color: 14470868.

HSL color Cylindrical-coordinate representation of color #D4CEDC: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CEDC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212206220-
CMYK0.040.0600.14
HSL265.71º16.67%83.53%-
HSV(B)265.71º6.36%86.27%-
XYZ62.1463.3176.65-
YUV209.39133.99129.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=33.23%
G=32.29%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122062200.040.0600.14265.7116.6783.53
HexD4CEDC460E10a1154
Octal3243163344601641221124
Binary11010100110011101101110010011001110100001010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEDC; }

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

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

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

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

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

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

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

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