#D5CDDD

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

Shades of Fog #D5CDDD

Tints of Fog #D5CDDD

Color information

#D5CDDD (or 0xD5CDDD) is unknown color: approx Fog. HEX triplet: D5, CD and DD. RGB value is (213,205,221). Sum of RGB (Red+Green+Blue) = 213+205+221=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDDD is #2A3222. Grayscale: #D1D1D1. Windows color (decimal): -2765347 or 14536149. OLE color: 14536149.

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

Color convert

RGB213205221-
CMYK0.040.0700.13
HSL270º19.05%83.53%-
HSV(B)270º7.24%86.67%-
XYZ62.3263.0377.29-
YUV209.22134.65130.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=33.33%
G=32.08%
B=34.59%

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
Decimal2132052210.040.0700.1327019.0583.53
HexD5CDDD470D10e1354
Octal3253153354701541623124
Binary11010101110011011101110110011101101100001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDDD; }

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

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

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

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

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

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

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

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