#DDCCF0

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

Shades of Fog #DDCCF0

Tints of Fog #DDCCF0

Color information

#DDCCF0 (or 0xDDCCF0) is unknown color: approx Fog. HEX triplet: DD, CC and F0. RGB value is (221,204,240). Sum of RGB (Red+Green+Blue) = 221+204+240=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF0 is #22330F. Grayscale: #D5D5D5. Windows color (decimal): -2241296 or 15781085. OLE color: 15781085.

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

Color convert

RGB221204240-
CMYK0.080.1500.06
HSL268.33º54.55%87.06%-
HSV(B)268.33º15%94.12%-
XYZ67.1464.8591.42-
YUV213.19143.13133.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=33.23%
G=30.68%
B=36.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212042400.080.1500.06268.3354.5587.06
HexDDCCF08F0610c3757
Octal33531436010170641467127
Binary1101110111001100111100001000111101101000011001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCF0; }

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

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

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

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

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

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

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

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