#DCC1F8

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

Shades of Fog #DCC1F8

Tints of Fog #DCC1F8

Color information

#DCC1F8 (or 0xDCC1F8) is unknown color: approx Fog. HEX triplet: DC, C1 and F8. RGB value is (220,193,248). Sum of RGB (Red+Green+Blue) = 220+193+248=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCC1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1F8 is #233E07. Grayscale: #CFCFCF. Windows color (decimal): -2309640 or 16302556. OLE color: 16302556.

HSL color Cylindrical-coordinate representation of color #DCC1F8: hue angle of 269.45º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC1F8 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220193248-
CMYK0.110.2200.03
HSL269.45º79.71%86.47%-
HSV(B)269.45º22.18%97.25%-
XYZ65.5360.1396.96-
YUV207.34150.95137.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 193 (75.78% from 255) = 29.20%
BLUE value IS 248 (97.27% from 255) = 37.52%
R=33.28%
G=29.20%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201932480.110.2200.03269.4579.7186.47
HexDCC1F8B160310d5056
Octal334301370132603415120126
Binary11011100110000011111100010111011001110000110110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1F8; }

 p { color: rgb(220,193,248); }

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

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

 a { background-color: rgb(220,193,248); }

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

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

 span { border-color: rgb(220,193,248); }

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