#DFCCFD

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

Shades of Fog #DFCCFD

Tints of Fog #DFCCFD

Color information

#DFCCFD (or 0xDFCCFD) is unknown color: approx Fog. HEX triplet: DF, CC and FD. RGB value is (223,204,253). Sum of RGB (Red+Green+Blue) = 223+204+253=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCFD is #203302. Grayscale: #D7D7D7. Windows color (decimal): -2110211 or 16633055. OLE color: 16633055.

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

Color convert

RGB223204253-
CMYK0.120.1900.01
HSL263.27º92.45%89.61%-
HSV(B)263.27º19.37%99.22%-
XYZ69.7565.97101.98-
YUV215.27149.29133.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.79%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=32.79%
G=30%
B=37.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232042530.120.1900.01263.2792.4589.61
HexDFCCFDC13011075c5a
Octal337314375142301407134132
Binary1101111111001100111111011100100110110000011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCFD; }

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

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

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

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

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

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

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

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