#DCC7FC

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

Shades of Fog #DCC7FC

Tints of Fog #DCC7FC

Color information

#DCC7FC (or 0xDCC7FC) is unknown color: approx Fog. HEX triplet: DC, C7 and FC. RGB value is (220,199,252). Sum of RGB (Red+Green+Blue) = 220+199+252=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCC7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7FC is #233803. Grayscale: #D3D3D3. Windows color (decimal): -2308100 or 16566236. OLE color: 16566236.

HSL color Cylindrical-coordinate representation of color #DCC7FC: hue angle of 263.77º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC7FC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220199252-
CMYK0.130.2100.01
HSL263.77º89.83%88.43%-
HSV(B)263.77º21.03%98.82%-
XYZ67.5163.09100.72-
YUV211.32150.96134.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=32.79%
G=29.66%
B=37.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201992520.130.2100.01263.7789.8388.43
HexDCC7FCD15011085a58
Octal334307374152501410132130
Binary1101110011000111111111001101101010110000100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7FC; }

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

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

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

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

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

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

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

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