#DDC7FD

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

Shades of Fog #DDC7FD

Tints of Fog #DDC7FD

Color information

#DDC7FD (or 0xDDC7FD) is unknown color: approx Fog. HEX triplet: DD, C7 and FD. RGB value is (221,199,253). Sum of RGB (Red+Green+Blue) = 221+199+253=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC7FD is #223802. Grayscale: #D3D3D3. Windows color (decimal): -2242563 or 16631773. OLE color: 16631773.

HSL color Cylindrical-coordinate representation of color #DDC7FD: hue angle of 264.44º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC7FD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221199253-
CMYK0.130.2100.01
HSL264.44º93.1%88.63%-
HSV(B)264.44º21.34%99.22%-
XYZ67.9763.31101.57-
YUV211.73151.29134.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 199 (78.12% from 255) = 29.57%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=32.84%
G=29.57%
B=37.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211992530.130.2100.01264.4493.188.63
HexDDC7FDD15011085d59
Octal335307375152501410135131
Binary1101110111000111111111011101101010110000100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7FD; }

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

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

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

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

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

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

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

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