#D7C0EC

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

Shades of Fog #D7C0EC

Tints of Fog #D7C0EC

Color information

#D7C0EC (or 0xD7C0EC) is unknown color: approx Fog. HEX triplet: D7, C0 and EC. RGB value is (215,192,236). Sum of RGB (Red+Green+Blue) = 215+192+236=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C0EC is #283F13. Grayscale: #CBCBCB. Windows color (decimal): -2637588 or 15515863. OLE color: 15515863.

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

Color convert

RGB215192236-
CMYK0.090.1900.07
HSL271.36º53.66%83.92%-
HSV(B)271.36º18.64%92.55%-
XYZ62.0158.287.32-
YUV203.89146.12135.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 192 (75.39% from 255) = 29.86%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=33.44%
G=29.86%
B=36.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151922360.090.1900.07271.3653.6683.92
HexD7C0EC9130710f3654
Octal32730035411230741766124
Binary11010111110000001110110010011001101111000011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0EC; }

 p { color: rgb(215,192,236); }

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

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

 a { background-color: rgb(215,192,236); }

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

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

 span { border-color: rgb(215,192,236); }

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