#D5CCDF

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

Shades of Fog #D5CCDF

Tints of Fog #D5CCDF

Color information

#D5CCDF (or 0xD5CCDF) is unknown color: approx Fog. HEX triplet: D5, CC and DF. RGB value is (213,204,223). Sum of RGB (Red+Green+Blue) = 213+204+223=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCDF is #2A3320. Grayscale: #D0D0D0. Windows color (decimal): -2765601 or 14666965. OLE color: 14666965.

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

Color convert

RGB213204223-
CMYK0.040.0900.13
HSL268.42º22.89%83.73%-
HSV(B)268.42º8.52%87.45%-
XYZ62.3562.6678.62-
YUV208.86135.98130.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=33.28%
G=31.88%
B=34.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132042230.040.0900.13268.4222.8983.73
HexD5CCDF490D10c1754
Octal32531433741101541427124
Binary110101011100110011011111100100101101100001100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCDF; }

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

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

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

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

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

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

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

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