#D6CCDF

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

Shades of Fog #D6CCDF

Tints of Fog #D6CCDF

Color information

#D6CCDF (or 0xD6CCDF) is unknown color: approx Fog. HEX triplet: D6, CC and DF. RGB value is (214,204,223). Sum of RGB (Red+Green+Blue) = 214+204+223=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCDF is #293320. Grayscale: #D1D1D1. Windows color (decimal): -2700065 or 14666966. OLE color: 14666966.

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

Color convert

RGB214204223-
CMYK0.040.0900.13
HSL271.58º22.89%83.73%-
HSV(B)271.58º8.52%87.45%-
XYZ62.6462.8178.63-
YUV209.16135.81131.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=33.39%
G=31.83%
B=34.79%

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
Decimal2142042230.040.0900.13271.5822.8983.73
HexD6CCDF490D1101754
Octal32631433741101542027124
Binary110101101100110011011111100100101101100010000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCDF; }

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

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

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

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

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

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

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

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