#DDC7F9

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

Shades of Fog #DDC7F9

Tints of Fog #DDC7F9

Color information

#DDC7F9 (or 0xDDC7F9) is unknown color: approx Fog. HEX triplet: DD, C7 and F9. RGB value is (221,199,249). Sum of RGB (Red+Green+Blue) = 221+199+249=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7F9 is #223806. Grayscale: #D3D3D3. Windows color (decimal): -2242567 or 16369629. OLE color: 16369629.

HSL color Cylindrical-coordinate representation of color #DDC7F9: hue angle of 266.4º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDC7F9 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221199249-
CMYK0.110.2000.02
HSL266.4º80.65%87.84%-
HSV(B)266.4º20.08%97.65%-
XYZ67.3463.0698.24-
YUV211.28149.29134.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 199 (78.12% from 255) = 29.75%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=33.03%
G=29.75%
B=37.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211992490.110.2000.02266.480.6587.84
HexDDC7F9B140210a5158
Octal335307371132402412121130
Binary11011101110001111111100110111010001010000101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7F9; }

 p { color: rgb(221,199,249); }

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

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

 a { background-color: rgb(221,199,249); }

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

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

 span { border-color: rgb(221,199,249); }

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