#DDCDF7

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

Shades of Fog #DDCDF7

Tints of Fog #DDCDF7

Color information

#DDCDF7 (or 0xDDCDF7) is unknown color: approx Fog. HEX triplet: DD, CD and F7. RGB value is (221,205,247). Sum of RGB (Red+Green+Blue) = 221+205+247=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDCDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF7 is #223208. Grayscale: #D6D6D6. Windows color (decimal): -2241033 or 16240093. OLE color: 16240093.

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

Color convert

RGB221205247-
CMYK0.110.1700.03
HSL262.86º72.41%88.63%-
HSV(B)262.86º17%96.86%-
XYZ68.4465.7597.08-
YUV214.57146.3132.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=32.84%
G=30.46%
B=36.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212052470.110.1700.03262.8672.4188.63
HexDDCDF7B11031074859
Octal335315367132103407110131
Binary11011101110011011111011110111000101110000011110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDF7; }

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

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

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

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

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

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

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

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