#DFCFF9

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

Shades of Fog #DFCFF9

Tints of Fog #DFCFF9

Color information

#DFCFF9 (or 0xDFCFF9) is unknown color: approx Fog. HEX triplet: DF, CF and F9. RGB value is (223,207,249). Sum of RGB (Red+Green+Blue) = 223+207+249=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFCFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFF9 is #203006. Grayscale: #D8D8D8. Windows color (decimal): -2109447 or 16371679. OLE color: 16371679.

HSL color Cylindrical-coordinate representation of color #DFCFF9: hue angle of 262.86º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFCFF9 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223207249-
CMYK0.100.1700.02
HSL262.86º77.78%89.41%-
HSV(B)262.86º16.87%97.65%-
XYZ69.8467.1598.9-
YUV216.57146.3132.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 249 (97.66% from 255) = 36.67%
R=32.84%
G=30.49%
B=36.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232072490.100.1700.02262.8677.7889.41
HexDFCFF9A11021074e59
Octal337317371122102407116131
Binary11011111110011111111100110101000101010000011110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFF9; }

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

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

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

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

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

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

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

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