#D5CEDF

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

Shades of Fog #D5CEDF

Tints of Fog #D5CEDF

Color information

#D5CEDF (or 0xD5CEDF) is unknown color: approx Fog. HEX triplet: D5, CE and DF. RGB value is (213,206,223). Sum of RGB (Red+Green+Blue) = 213+206+223=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEDF is #2A3120. Grayscale: #D1D1D1. Windows color (decimal): -2765089 or 14667477. OLE color: 14667477.

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

Color convert

RGB213206223-
CMYK0.040.0800.13
HSL264.71º20.99%84.12%-
HSV(B)264.71º7.62%87.45%-
XYZ62.8363.6278.78-
YUV210.03135.32130.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=33.18%
G=32.09%
B=34.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132062230.040.0800.13264.7120.9984.12
HexD5CEDF480D1091554
Octal32531633741001541125124
Binary110101011100111011011111100100001101100001001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEDF; }

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

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

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

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

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

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

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

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