#DCC2FE

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

Shades of Fog #DCC2FE

Tints of Fog #DCC2FE

Color information

#DCC2FE (or 0xDCC2FE) is unknown color: approx Fog. HEX triplet: DC, C2 and FE. RGB value is (220,194,254). Sum of RGB (Red+Green+Blue) = 220+194+254=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2FE is #233D01. Grayscale: #D0D0D0. Windows color (decimal): -2309378 or 16696028. OLE color: 16696028.

HSL color Cylindrical-coordinate representation of color #DCC2FE: hue angle of 266º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC2FE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220194254-
CMYK0.130.2400.00
HSL266º96.77%87.84%-
HSV(B)266º23.62%99.61%-
XYZ66.760.95102.02-
YUV208.61153.61136.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 194 (76.17% from 255) = 29.04%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=32.93%
G=29.04%
B=38.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201942540.130.2400.0026696.7787.84
HexDCC2FED180010a6158
Octal334302376153000412141130
Binary1101110011000010111111101101110000010000101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2FE; }

 p { color: rgb(220,194,254); }

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

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

 a { background-color: rgb(220,194,254); }

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

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

 span { border-color: rgb(220,194,254); }

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