#DFCFF3

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

Shades of Fog #DFCFF3

Tints of Fog #DFCFF3

Color information

#DFCFF3 (or 0xDFCFF3) is unknown color: approx Fog. HEX triplet: DF, CF and F3. RGB value is (223,207,243). Sum of RGB (Red+Green+Blue) = 223+207+243=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFF3 is #20300C. Grayscale: #D7D7D7. Windows color (decimal): -2109453 or 15978463. OLE color: 15978463.

HSL color Cylindrical-coordinate representation of color #DFCFF3: hue angle of 266.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCFF3 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223207243-
CMYK0.080.1500.05
HSL266.67º60%88.24%-
HSV(B)266.67º14.81%95.29%-
XYZ68.9266.7894.05-
YUV215.89143.3133.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 207 (81.25% from 255) = 30.76%
BLUE value IS 243 (95.31% from 255) = 36.11%
R=33.14%
G=30.76%
B=36.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232072430.080.1500.05266.676088.24
HexDFCFF38F0510b3c58
Octal33731736310170541374130
Binary1101111111001111111100111000111101011000010111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFF3; }

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

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

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

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

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

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

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

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