#D2C7F0

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

Shades of Fog #D2C7F0

Tints of Fog #D2C7F0

Color information

#D2C7F0 (or 0xD2C7F0) is unknown color: approx Fog. HEX triplet: D2, C7 and F0. RGB value is (210,199,240). Sum of RGB (Red+Green+Blue) = 210+199+240=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2C7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C7F0 is #2D380F. Grayscale: #CECECE. Windows color (decimal): -2963472 or 15779794. OLE color: 15779794.

HSL color Cylindrical-coordinate representation of color #D2C7F0: hue angle of 256.1º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C7F0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210199240-
CMYK0.120.1700.06
HSL256.1º57.75%86.08%-
HSV(B)256.1º17.08%94.12%-
XYZ62.7360.8490.88-
YUV206.96146.64130.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 199 (78.12% from 255) = 30.66%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=32.36%
G=30.66%
B=36.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2101992400.120.1700.06256.157.7586.08
HexD2C7F0C11061003a56
Octal32230736014210640072126
Binary11010010110001111111000011001000101101000000001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C7F0; }

 p { color: rgb(210,199,240); }

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

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

 a { background-color: rgb(210,199,240); }

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

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

 span { border-color: rgb(210,199,240); }

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