#DFC5FA

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

Shades of Fog #DFC5FA

Tints of Fog #DFC5FA

Color information

#DFC5FA (or 0xDFC5FA) is unknown color: approx Fog. HEX triplet: DF, C5 and FA. RGB value is (223,197,250). Sum of RGB (Red+Green+Blue) = 223+197+250=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5FA is #203A05. Grayscale: #D2D2D2. Windows color (decimal): -2112006 or 16434655. OLE color: 16434655.

HSL color Cylindrical-coordinate representation of color #DFC5FA: hue angle of 269.43º degrees, saturation: 0.84, 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 #DFC5FA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223197250-
CMYK0.110.2100.02
HSL269.43º84.13%87.65%-
HSV(B)269.43º21.2%98.04%-
XYZ67.6562.5298.94-
YUV210.82150.11136.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 197 (77.34% from 255) = 29.40%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=33.28%
G=29.40%
B=37.31%

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
Decimal2231972500.110.2100.02269.4384.1387.65
HexDFC5FAB150210d5458
Octal337305372132502415124130
Binary11011111110001011111101010111010101010000110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5FA; }

 p { color: rgb(223,197,250); }

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

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

 a { background-color: rgb(223,197,250); }

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

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

 span { border-color: rgb(223,197,250); }

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