#D7C7E7

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

Shades of Fog #D7C7E7

Tints of Fog #D7C7E7

Color information

#D7C7E7 (or 0xD7C7E7) is unknown color: approx Fog. HEX triplet: D7, C7 and E7. RGB value is (215,199,231). Sum of RGB (Red+Green+Blue) = 215+199+231=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #D7C7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C7E7 is #283818. Grayscale: #CFCFCF. Windows color (decimal): -2635801 or 15189975. OLE color: 15189975.

HSL color Cylindrical-coordinate representation of color #D7C7E7: hue angle of 270º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7C7E7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215199231-
CMYK0.070.1400.09
HSL270º40%84.31%-
HSV(B)270º13.85%90.59%-
XYZ62.8761.0684.07-
YUV207.43141.3133.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.33%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 231 (90.62% from 255) = 35.81%
R=33.33%
G=30.85%
B=35.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151992310.070.1400.092704084.31
HexD7C7E77E0910e2854
Octal32730734771601141650124
Binary1101011111000111111001111111110010011000011101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C7E7; }

 p { color: rgb(215,199,231); }

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

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

 a { background-color: rgb(215,199,231); }

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

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

 span { border-color: rgb(215,199,231); }

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