#DFC4FB

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

Shades of Fog #DFC4FB

Tints of Fog #DFC4FB

Color information

#DFC4FB (or 0xDFC4FB) is unknown color: approx Fog. HEX triplet: DF, C4 and FB. RGB value is (223,196,251). Sum of RGB (Red+Green+Blue) = 223+196+251=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC4FB is #203B04. Grayscale: #D2D2D2. Windows color (decimal): -2112261 or 16499935. OLE color: 16499935.

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

Color convert

RGB223196251-
CMYK0.110.2200.02
HSL269.45º87.3%87.65%-
HSV(B)269.45º21.91%98.43%-
XYZ67.5862.1399.7-
YUV210.34150.95137.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 196 (76.95% from 255) = 29.25%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=33.28%
G=29.25%
B=37.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231962510.110.2200.02269.4587.387.65
HexDFC4FBB160210d5758
Octal337304373132602415127130
Binary11011111110001001111101110111011001010000110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4FB; }

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

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

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

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

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

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

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

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