#DDC7F8

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

Shades of Fog #DDC7F8

Tints of Fog #DDC7F8

Color information

#DDC7F8 (or 0xDDC7F8) is unknown color: approx Fog. HEX triplet: DD, C7 and F8. RGB value is (221,199,248). Sum of RGB (Red+Green+Blue) = 221+199+248=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDC7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7F8 is #223807. Grayscale: #D2D2D2. Windows color (decimal): -2242568 or 16304093. OLE color: 16304093.

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

Color convert

RGB221199248-
CMYK0.110.2000.03
HSL266.94º77.78%87.65%-
HSV(B)266.94º19.76%97.25%-
XYZ67.196397.43-
YUV211.16148.79135.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 199 (78.12% from 255) = 29.79%
BLUE value IS 248 (97.27% from 255) = 37.13%
R=33.08%
G=29.79%
B=37.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211992480.110.2000.03266.9477.7887.65
HexDDC7F8B140310b4e58
Octal335307370132403413116130
Binary11011101110001111111100010111010001110000101110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7F8; }

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

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

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

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

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

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

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

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