#DCC0F1

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

Shades of Fog #DCC0F1

Tints of Fog #DCC0F1

Color information

#DCC0F1 (or 0xDCC0F1) is unknown color: approx Fog. HEX triplet: DC, C0 and F1. RGB value is (220,192,241). Sum of RGB (Red+Green+Blue) = 220+192+241=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0F1 is #233F0E. Grayscale: #CDCDCD. Windows color (decimal): -2309903 or 15843548. OLE color: 15843548.

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

Color convert

RGB220192241-
CMYK0.090.2000.05
HSL274.29º63.64%84.9%-
HSV(B)274.29º20.33%94.51%-
XYZ64.2459.2791.27-
YUV205.96147.78138.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 192 (75.39% from 255) = 29.40%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=33.69%
G=29.40%
B=36.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201922410.090.2000.05274.2963.6484.9
HexDCC0F1914051124055
Octal334300361112405422100125
Binary110111001100000011110001100110100010110001001010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0F1; }

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

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

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

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

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

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

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

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