#D5CEDD

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

Shades of Fog #D5CEDD

Tints of Fog #D5CEDD

Color information

#D5CEDD (or 0xD5CEDD) is unknown color: approx Fog. HEX triplet: D5, CE and DD. RGB value is (213,206,221). Sum of RGB (Red+Green+Blue) = 213+206+221=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEDD is #2A3122. Grayscale: #D1D1D1. Windows color (decimal): -2765091 or 14536405. OLE color: 14536405.

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

Color convert

RGB213206221-
CMYK0.040.0700.13
HSL268º18.07%83.73%-
HSV(B)268º6.79%86.67%-
XYZ62.5663.5177.37-
YUV209.8134.32130.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=33.28%
G=32.19%
B=34.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132062210.040.0700.1326818.0783.73
HexD5CEDD470D10c1254
Octal3253163354701541422124
Binary11010101110011101101110110011101101100001100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEDD; }

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

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

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

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

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

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

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

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