#DDC7F7

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

Shades of Fog #DDC7F7

Tints of Fog #DDC7F7

Color information

#DDC7F7 (or 0xDDC7F7) is unknown color: approx Fog. HEX triplet: DD, C7 and F7. RGB value is (221,199,247). Sum of RGB (Red+Green+Blue) = 221+199+247=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDC7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7F7 is #223808. Grayscale: #D2D2D2. Windows color (decimal): -2242569 or 16238557. OLE color: 16238557.

HSL color Cylindrical-coordinate representation of color #DDC7F7: hue angle of 267.5º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC7F7 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221199247-
CMYK0.110.1900.03
HSL267.5º75%87.45%-
HSV(B)267.5º19.43%96.86%-
XYZ67.0362.9396.61-
YUV211.05148.29135.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 199 (78.12% from 255) = 29.84%
BLUE value IS 247 (96.88% from 255) = 37.03%
R=33.13%
G=29.84%
B=37.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211992470.110.1900.03267.57587.45
HexDDC7F7B130310c4b57
Octal335307367132303414113127
Binary11011101110001111111011110111001101110000110010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7F7; }

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

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

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

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

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

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

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

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