#D2C7E3

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

Shades of Fog #D2C7E3

Tints of Fog #D2C7E3

Color information

#D2C7E3 (or 0xD2C7E3) is unknown color: approx Fog. HEX triplet: D2, C7 and E3. RGB value is (210,199,227). Sum of RGB (Red+Green+Blue) = 210+199+227=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #D2C7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7E3 is #2D381C. Grayscale: #CDCDCD. Windows color (decimal): -2963485 or 14927826. OLE color: 14927826.

HSL color Cylindrical-coordinate representation of color #D2C7E3: hue angle of 263.57º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2C7E3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210199227-
CMYK0.070.1200.11
HSL263.57º33.33%83.53%-
HSV(B)263.57º12.33%89.02%-
XYZ60.8760.0981.06-
YUV205.48140.14131.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=33.02%
G=31.29%
B=35.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101992270.070.1200.11263.5733.3383.53
HexD2C7E37C0B1082154
Octal32230734371401341041124
Binary1101001011000111111000111111100010111000010001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C7E3; }

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

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

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

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

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

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

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

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