#DFCFF4

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

Shades of Fog #DFCFF4

Tints of Fog #DFCFF4

Color information

#DFCFF4 (or 0xDFCFF4) is unknown color: approx Fog. HEX triplet: DF, CF and F4. RGB value is (223,207,244). Sum of RGB (Red+Green+Blue) = 223+207+244=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFCFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFF4 is #20300B. Grayscale: #D7D7D7. Windows color (decimal): -2109452 or 16043999. OLE color: 16043999.

HSL color Cylindrical-coordinate representation of color #DFCFF4: hue angle of 265.95º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCFF4 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223207244-
CMYK0.090.1500.04
HSL265.95º62.71%88.43%-
HSV(B)265.95º15.16%95.69%-
XYZ69.0766.8594.85-
YUV216143.8132.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.09%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 244 (95.70% from 255) = 36.20%
R=33.09%
G=30.71%
B=36.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232072440.090.1500.04265.9562.7188.43
HexDFCFF49F0410a3f58
Octal33731736411170441277130
Binary1101111111001111111101001001111101001000010101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFF4; }

 p { color: rgb(223,207,244); }

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

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

 a { background-color: rgb(223,207,244); }

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

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

 span { border-color: rgb(223,207,244); }

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