#DCC8F0

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

Shades of Fog #DCC8F0

Tints of Fog #DCC8F0

Color information

#DCC8F0 (or 0xDCC8F0) is unknown color: approx Fog. HEX triplet: DC, C8 and F0. RGB value is (220,200,240). Sum of RGB (Red+Green+Blue) = 220+200+240=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8F0 is #23370F. Grayscale: #D2D2D2. Windows color (decimal): -2307856 or 15780060. OLE color: 15780060.

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

Color convert

RGB220200240-
CMYK0.080.1700.06
HSL270º57.14%86.27%-
HSV(B)270º16.67%94.12%-
XYZ65.962.8291.09-
YUV210.54144.63134.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 30.30%
BLUE value IS 240 (94.14% from 255) = 36.36%
R=33.33%
G=30.30%
B=36.36%

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
Decimal2202002400.080.1700.0627057.1486.27
HexDCC8F08110610e3956
Octal33431036010210641671126
Binary11011100110010001111000010001000101101000011101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8F0; }

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

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

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

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

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

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

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

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