#DDC5F1

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

Shades of Fog #DDC5F1

Tints of Fog #DDC5F1

Color information

#DDC5F1 (or 0xDDC5F1) is unknown color: approx Fog. HEX triplet: DD, C5 and F1. RGB value is (221,197,241). Sum of RGB (Red+Green+Blue) = 221+197+241=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5F1 is #223A0E. Grayscale: #D1D1D1. Windows color (decimal): -2243087 or 15844829. OLE color: 15844829.

HSL color Cylindrical-coordinate representation of color #DDC5F1: hue angle of 272.73º 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 #DDC5F1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221197241-
CMYK0.080.1800.05
HSL272.73º61.11%85.88%-
HSV(B)272.73º18.26%94.51%-
XYZ65.6661.6691.66-
YUV209.19145.95136.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 197 (77.34% from 255) = 29.89%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=33.54%
G=29.89%
B=36.57%

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
Decimal2211972410.080.1800.05272.7361.1185.88
HexDDC5F1812051113d56
Octal33530536110220542175126
Binary11011101110001011111000110001001001011000100011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5F1; }

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

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

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

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

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

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

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

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