#DCC7F8

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

Shades of Fog #DCC7F8

Tints of Fog #DCC7F8

Color information

#DCC7F8 (or 0xDCC7F8) is unknown color: approx Fog. HEX triplet: DC, C7 and F8. RGB value is (220,199,248). Sum of RGB (Red+Green+Blue) = 220+199+248=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCC7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7F8 is #233807. Grayscale: #D2D2D2. Windows color (decimal): -2308104 or 16304092. OLE color: 16304092.

HSL color Cylindrical-coordinate representation of color #DCC7F8: hue angle of 265.71º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC7F8 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220199248-
CMYK0.110.2000.03
HSL265.71º77.78%87.65%-
HSV(B)265.71º19.76%97.25%-
XYZ66.8862.8497.41-
YUV210.86148.96134.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 199 (78.12% from 255) = 29.84%
BLUE value IS 248 (97.27% from 255) = 37.18%
R=32.98%
G=29.84%
B=37.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201992480.110.2000.03265.7177.7887.65
HexDCC7F8B140310a4e58
Octal334307370132403412116130
Binary11011100110001111111100010111010001110000101010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7F8; }

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

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

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

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

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

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

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

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