#DCC3F1

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

Shades of Fog #DCC3F1

Tints of Fog #DCC3F1

Color information

#DCC3F1 (or 0xDCC3F1) is unknown color: approx Fog. HEX triplet: DC, C3 and F1. RGB value is (220,195,241). Sum of RGB (Red+Green+Blue) = 220+195+241=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCC3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3F1 is #233C0E. Grayscale: #CFCFCF. Windows color (decimal): -2309135 or 15844316. OLE color: 15844316.

HSL color Cylindrical-coordinate representation of color #DCC3F1: hue angle of 272.61º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC3F1 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220195241-
CMYK0.090.1900.05
HSL272.61º62.16%85.49%-
HSV(B)272.61º19.09%94.51%-
XYZ64.9160.691.49-
YUV207.72146.78136.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 195 (76.56% from 255) = 29.73%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=33.54%
G=29.73%
B=36.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201952410.090.1900.05272.6162.1685.49
HexDCC3F1913051113e55
Octal33430336111230542176125
Binary11011100110000111111000110011001101011000100011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3F1; }

 p { color: rgb(220,195,241); }

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

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

 a { background-color: rgb(220,195,241); }

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

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

 span { border-color: rgb(220,195,241); }

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