#DDCDF1

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

Shades of Fog #DDCDF1

Tints of Fog #DDCDF1

Color information

#DDCDF1 (or 0xDDCDF1) is unknown color: approx Fog. HEX triplet: DD, CD and F1. RGB value is (221,205,241). Sum of RGB (Red+Green+Blue) = 221+205+241=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDF1 is #22320E. Grayscale: #D5D5D5. Windows color (decimal): -2241039 or 15846877. OLE color: 15846877.

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

Color convert

RGB221205241-
CMYK0.080.1500.05
HSL266.67º56.25%87.45%-
HSV(B)266.67º14.94%94.51%-
XYZ67.5365.3992.28-
YUV213.89143.3133.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=33.13%
G=30.73%
B=36.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212052410.080.1500.05266.6756.2587.45
HexDDCDF18F0510b3857
Octal33531536110170541370127
Binary1101110111001101111100011000111101011000010111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDF1; }

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

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

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

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

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

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

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

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