#DCC4F0

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

Shades of Fog #DCC4F0

Tints of Fog #DCC4F0

Color information

#DCC4F0 (or 0xDCC4F0) is unknown color: approx Fog. HEX triplet: DC, C4 and F0. RGB value is (220,196,240). Sum of RGB (Red+Green+Blue) = 220+196+240=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4F0 is #233B0F. Grayscale: #D0D0D0. Windows color (decimal): -2308880 or 15779036. OLE color: 15779036.

HSL color Cylindrical-coordinate representation of color #DCC4F0: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC4F0 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220196240-
CMYK0.080.1800.06
HSL272.73º59.46%85.49%-
HSV(B)272.73º18.33%94.12%-
XYZ64.9860.9990.78-
YUV208.19145.95136.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 240 (94.14% from 255) = 36.59%
R=33.54%
G=29.88%
B=36.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201962400.080.1800.06272.7359.4685.49
HexDCC4F0812061113b55
Octal33430436010220642173125
Binary11011100110001001111000010001001001101000100011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4F0; }

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

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

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

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

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

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

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

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