#DDCCF1

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

Shades of Fog #DDCCF1

Tints of Fog #DDCCF1

Color information

#DDCCF1 (or 0xDDCCF1) is unknown color: approx Fog. HEX triplet: DD, CC and F1. RGB value is (221,204,241). Sum of RGB (Red+Green+Blue) = 221+204+241=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF1 is #22330E. Grayscale: #D5D5D5. Windows color (decimal): -2241295 or 15846621. OLE color: 15846621.

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

Color convert

RGB221204241-
CMYK0.080.1500.05
HSL267.57º56.92%87.25%-
HSV(B)267.57º15.35%94.51%-
XYZ67.2964.9192.2-
YUV213.3143.63133.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=33.18%
G=30.63%
B=36.19%

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
Decimal2212042410.080.1500.05267.5756.9287.25
HexDDCCF18F0510c3957
Octal33531436110170541471127
Binary1101110111001100111100011000111101011000011001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCF1; }

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

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

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

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

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

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

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

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