#DFC7FB

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

Shades of Fog #DFC7FB

Tints of Fog #DFC7FB

Color information

#DFC7FB (or 0xDFC7FB) is unknown color: approx Fog. HEX triplet: DF, C7 and FB. RGB value is (223,199,251). Sum of RGB (Red+Green+Blue) = 223+199+251=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC7FB is #203804. Grayscale: #D3D3D3. Windows color (decimal): -2111493 or 16500703. OLE color: 16500703.

HSL color Cylindrical-coordinate representation of color #DFC7FB: hue angle of 267.69º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC7FB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223199251-
CMYK0.110.2100.02
HSL267.69º86.67%88.24%-
HSV(B)267.69º20.72%98.43%-
XYZ68.2763.599.93-
YUV212.1149.95135.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 199 (78.12% from 255) = 29.57%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=33.14%
G=29.57%
B=37.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231992510.110.2100.02267.6986.6788.24
HexDFC7FBB150210c5758
Octal337307373132502414127130
Binary11011111110001111111101110111010101010000110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7FB; }

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

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

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

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

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

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

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

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