#DCC3F0

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

Shades of Fog #DCC3F0

Tints of Fog #DCC3F0

Color information

#DCC3F0 (or 0xDCC3F0) is unknown color: approx Fog. HEX triplet: DC, C3 and F0. RGB value is (220,195,240). Sum of RGB (Red+Green+Blue) = 220+195+240=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCC3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3F0 is #233C0F. Grayscale: #CFCFCF. Windows color (decimal): -2309136 or 15778780. OLE color: 15778780.

HSL color Cylindrical-coordinate representation of color #DCC3F0: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC3F0 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220195240-
CMYK0.080.1900.06
HSL273.33º60%85.29%-
HSV(B)273.33º18.75%94.12%-
XYZ64.7660.5490.71-
YUV207.6146.28136.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 195 (76.56% from 255) = 29.77%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=33.59%
G=29.77%
B=36.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201952400.080.1900.06273.336085.29
HexDCC3F0813061113c55
Octal33430336010230642174125
Binary11011100110000111111000010001001101101000100011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3F0; }

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

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

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

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

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

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

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

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