#DDCCF4

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

Shades of Fog #DDCCF4

Tints of Fog #DDCCF4

Color information

#DDCCF4 (or 0xDDCCF4) is unknown color: approx Fog. HEX triplet: DD, CC and F4. RGB value is (221,204,244). Sum of RGB (Red+Green+Blue) = 221+204+244=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDCCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCF4 is #22330B. Grayscale: #D5D5D5. Windows color (decimal): -2241292 or 16043229. OLE color: 16043229.

HSL color Cylindrical-coordinate representation of color #DDCCF4: hue angle of 265.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCCF4 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221204244-
CMYK0.090.1600.04
HSL265.5º64.52%87.84%-
HSV(B)265.5º16.39%95.69%-
XYZ67.7465.0994.58-
YUV213.64145.13133.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=33.03%
G=30.49%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212042440.090.1600.04265.564.5287.84
HexDDCCF49100410a4158
Octal335314364112004412101130
Binary110111011100110011110100100110000010010000101010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCF4; }

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

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

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

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

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

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

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

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