#DCC1EC

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

Shades of Fog #DCC1EC

Tints of Fog #DCC1EC

Color information

#DCC1EC (or 0xDCC1EC) is unknown color: approx Fog. HEX triplet: DC, C1 and EC. RGB value is (220,193,236). Sum of RGB (Red+Green+Blue) = 220+193+236=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1EC is #233E13. Grayscale: #CDCDCD. Windows color (decimal): -2309652 or 15516124. OLE color: 15516124.

HSL color Cylindrical-coordinate representation of color #DCC1EC: hue angle of 277.67º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC1EC is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220193236-
CMYK0.070.1800.07
HSL277.67º53.09%84.12%-
HSV(B)277.67º18.22%92.55%-
XYZ63.7359.4187.47-
YUV205.98144.95138-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 193 (75.78% from 255) = 29.74%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=33.90%
G=29.74%
B=36.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201932360.070.1800.07277.6753.0984.12
HexDCC1EC712071163554
Octal3343013547220742665124
Binary1101110011000001111011001111001001111000101101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1EC; }

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

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

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

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

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

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

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

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