#DCC7F1

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

Shades of Fog #DCC7F1

Tints of Fog #DCC7F1

Color information

#DCC7F1 (or 0xDCC7F1) is unknown color: approx Fog. HEX triplet: DC, C7 and F1. RGB value is (220,199,241). Sum of RGB (Red+Green+Blue) = 220+199+241=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCC7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7F1 is #23380E. Grayscale: #D1D1D1. Windows color (decimal): -2308111 or 15845340. OLE color: 15845340.

HSL color Cylindrical-coordinate representation of color #DCC7F1: hue angle of 270º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC7F1 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220199241-
CMYK0.090.1700.05
HSL270º60%86.27%-
HSV(B)270º17.43%94.51%-
XYZ65.8262.4191.8-
YUV210.07145.46135.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=33.33%
G=30.15%
B=36.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201992410.090.1700.052706086.27
HexDCC7F19110510e3c56
Octal33430736111210541674126
Binary11011100110001111111000110011000101011000011101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7F1; }

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

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

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

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

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

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

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

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