#DFC9FD

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

Shades of Fog #DFC9FD

Tints of Fog #DFC9FD

Color information

#DFC9FD (or 0xDFC9FD) is unknown color: approx Fog. HEX triplet: DF, C9 and FD. RGB value is (223,201,253). Sum of RGB (Red+Green+Blue) = 223+201+253=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9FD is #203602. Grayscale: #D5D5D5. Windows color (decimal): -2110979 or 16632287. OLE color: 16632287.

HSL color Cylindrical-coordinate representation of color #DFC9FD: hue angle of 265.38º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC9FD is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223201253-
CMYK0.120.2100.01
HSL265.38º92.86%89.02%-
HSV(B)265.38º20.55%99.22%-
XYZ69.0564.55101.75-
YUV213.51150.29134.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 201 (78.91% from 255) = 29.69%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=32.94%
G=29.69%
B=37.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232012530.120.2100.01265.3892.8689.02
HexDFC9FDC15011095d59
Octal337311375142501411135131
Binary1101111111001001111111011100101010110000100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9FD; }

 p { color: rgb(223,201,253); }

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

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

 a { background-color: rgb(223,201,253); }

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

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

 span { border-color: rgb(223,201,253); }

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