#D6CFDD

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

Shades of Fog #D6CFDD

Tints of Fog #D6CFDD

Color information

#D6CFDD (or 0xD6CFDD) is unknown color: approx Fog. HEX triplet: D6, CF and DD. RGB value is (214,207,221). Sum of RGB (Red+Green+Blue) = 214+207+221=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFDD is #293022. Grayscale: #D2D2D2. Windows color (decimal): -2699299 or 14536662. OLE color: 14536662.

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

Color convert

RGB214207221-
CMYK0.030.0600.13
HSL270º17.07%83.92%-
HSV(B)270º6.33%86.67%-
XYZ63.164.1477.46-
YUV210.69133.82130.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=33.33%
G=32.24%
B=34.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142072210.030.0600.1327017.0783.92
HexD6CFDD360D10e1154
Octal3263173353601541621124
Binary1101011011001111110111011111001101100001110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFDD; }

 p { color: rgb(214,207,221); }

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

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

 a { background-color: rgb(214,207,221); }

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

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

 span { border-color: rgb(214,207,221); }

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