#DDCBF7

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

Shades of Fog #DDCBF7

Tints of Fog #DDCBF7

Color information

#DDCBF7 (or 0xDDCBF7) is unknown color: approx Fog. HEX triplet: DD, CB and F7. RGB value is (221,203,247). Sum of RGB (Red+Green+Blue) = 221+203+247=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDCBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBF7 is #223408. Grayscale: #D5D5D5. Windows color (decimal): -2241545 or 16239581. OLE color: 16239581.

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

Color convert

RGB221203247-
CMYK0.110.1800.03
HSL264.55º73.33%88.24%-
HSV(B)264.55º17.81%96.86%-
XYZ67.9664.896.92-
YUV213.4146.96133.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 247 (96.88% from 255) = 36.81%
R=32.94%
G=30.25%
B=36.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212032470.110.1800.03264.5573.3388.24
HexDDCBF7B12031094958
Octal335313367132203411111130
Binary11011101110010111111011110111001001110000100110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBF7; }

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

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

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

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

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

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

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

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