#DFC7FD

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

Shades of Fog #DFC7FD

Tints of Fog #DFC7FD

Color information

#DFC7FD (or 0xDFC7FD) is unknown color: approx Fog. HEX triplet: DF, C7 and FD. RGB value is (223,199,253). Sum of RGB (Red+Green+Blue) = 223+199+253=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7FD is #203802. Grayscale: #D4D4D4. Windows color (decimal): -2111491 or 16631775. OLE color: 16631775.

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

Color convert

RGB223199253-
CMYK0.120.2100.01
HSL266.67º93.1%88.63%-
HSV(B)266.67º21.34%99.22%-
XYZ68.5863.63101.59-
YUV212.33150.95135.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 199 (78.12% from 255) = 29.48%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=33.04%
G=29.48%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231992530.120.2100.01266.6793.188.63
HexDFC7FDC150110b5d59
Octal337307375142501413135131
Binary1101111111000111111111011100101010110000101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7FD; }

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

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

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

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

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

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

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

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