#DDC6F1

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

Shades of Fog #DDC6F1

Tints of Fog #DDC6F1

Color information

#DDC6F1 (or 0xDDC6F1) is unknown color: approx Fog. HEX triplet: DD, C6 and F1. RGB value is (221,198,241). Sum of RGB (Red+Green+Blue) = 221+198+241=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6F1 is #22390E. Grayscale: #D1D1D1. Windows color (decimal): -2242831 or 15845085. OLE color: 15845085.

HSL color Cylindrical-coordinate representation of color #DDC6F1: hue angle of 272.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC6F1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221198241-
CMYK0.080.1800.05
HSL272.09º60.56%86.08%-
HSV(B)272.09º17.84%94.51%-
XYZ65.8962.1191.73-
YUV209.78145.62136-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 198 (77.73% from 255) = 30%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=33.48%
G=30%
B=36.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211982410.080.1800.05272.0960.5686.08
HexDDC6F1812051103d56
Octal33530636110220542075126
Binary11011101110001101111000110001001001011000100001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6F1; }

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

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

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

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

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

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

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

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