#DCC3EA

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

Shades of Fog #DCC3EA

Tints of Fog #DCC3EA

Color information

#DCC3EA (or 0xDCC3EA) is unknown color: approx Fog. HEX triplet: DC, C3 and EA. RGB value is (220,195,234). Sum of RGB (Red+Green+Blue) = 220+195+234=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3EA is #233C15. Grayscale: #CECECE. Windows color (decimal): -2309142 or 15385564. OLE color: 15385564.

HSL color Cylindrical-coordinate representation of color #DCC3EA: hue angle of 278.46º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC3EA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220195234-
CMYK0.060.1700.08
HSL278.46º48.15%84.12%-
HSV(B)278.46º16.67%91.76%-
XYZ63.8860.1986.09-
YUV206.92143.28137.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 195 (76.56% from 255) = 30.05%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=33.90%
G=30.05%
B=36.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201952340.060.1700.08278.4648.1584.12
HexDCC3EA611081163054
Octal33430335262101042660124
Binary11011100110000111110101011010001010001000101101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3EA; }

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

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

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

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

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

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

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

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