#DDC6F8

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

Shades of Fog #DDC6F8

Tints of Fog #DDC6F8

Color information

#DDC6F8 (or 0xDDC6F8) is unknown color: approx Fog. HEX triplet: DD, C6 and F8. RGB value is (221,198,248). Sum of RGB (Red+Green+Blue) = 221+198+248=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDC6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6F8 is #223907. Grayscale: #D2D2D2. Windows color (decimal): -2242824 or 16303837. OLE color: 16303837.

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

Color convert

RGB221198248-
CMYK0.110.2000.03
HSL267.6º78.12%87.45%-
HSV(B)267.6º20.16%97.25%-
XYZ66.9662.5497.35-
YUV210.58149.12135.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 198 (77.73% from 255) = 29.69%
BLUE value IS 248 (97.27% from 255) = 37.18%
R=33.13%
G=29.69%
B=37.18%

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
Decimal2211982480.110.2000.03267.678.1287.45
HexDDC6F8B140310c4e57
Octal335306370132403414116127
Binary11011101110001101111100010111010001110000110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6F8; }

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

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

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

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

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

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

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

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