#DCC7F0

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

Shades of Fog #DCC7F0

Tints of Fog #DCC7F0

Color information

#DCC7F0 (or 0xDCC7F0) is unknown color: approx Fog. HEX triplet: DC, C7 and F0. RGB value is (220,199,240). Sum of RGB (Red+Green+Blue) = 220+199+240=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7F0 is #23380F. Grayscale: #D1D1D1. Windows color (decimal): -2308112 or 15779804. OLE color: 15779804.

HSL color Cylindrical-coordinate representation of color #DCC7F0: hue angle of 270.73º 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 #DCC7F0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220199240-
CMYK0.080.1700.06
HSL270.73º57.75%86.08%-
HSV(B)270.73º17.08%94.12%-
XYZ65.6762.3591.01-
YUV209.95144.96135.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 199 (78.12% from 255) = 30.20%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=33.38%
G=30.20%
B=36.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201992400.080.1700.06270.7357.7586.08
HexDCC7F08110610f3a56
Octal33430736010210641772126
Binary11011100110001111111000010001000101101000011111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7F0; }

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

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

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

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

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

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

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

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