#DFC7FF

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

Shades of Fog #DFC7FF

Tints of Fog #DFC7FF

Color information

#DFC7FF (or 0xDFC7FF) is unknown color: approx Fog. HEX triplet: DF, C7 and FF. RGB value is (223,199,255). Sum of RGB (Red+Green+Blue) = 223+199+255=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7FF is #203800. Grayscale: #D4D4D4. Windows color (decimal): -2111489 or 16762847. OLE color: 16762847.

HSL color Cylindrical-coordinate representation of color #DFC7FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC7FF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223199255-
CMYK0.130.2200
HSL265.71º100%89.02%-
HSV(B)265.71º21.96%100%-
XYZ68.963.75103.28-
YUV212.56151.95135.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 199 (78.12% from 255) = 29.39%
BLUE value IS 255 (100% from 255) = 37.67%
R=32.94%
G=29.39%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231992550.130.2200265.7110089.02
HexDFC7FFD160010a6459
Octal337307377152600412144131
Binary1101111111000111111111111101101100010000101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7FF; }

 p { color: rgb(223,199,255); }

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

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

 a { background-color: rgb(223,199,255); }

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

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

 span { border-color: rgb(223,199,255); }

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