#DDCCFF

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

Shades of Fog #DDCCFF

Tints of Fog #DDCCFF

Color information

#DDCCFF (or 0xDDCCFF) is unknown color: approx Fog. HEX triplet: DD, CC and FF. RGB value is (221,204,255). Sum of RGB (Red+Green+Blue) = 221+204+255=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCFF is #223300. Grayscale: #D6D6D6. Windows color (decimal): -2241281 or 16764125. OLE color: 16764125.

HSL color Cylindrical-coordinate representation of color #DDCCFF: hue angle of 260º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCCFF is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221204255-
CMYK0.130.200
HSL260º100%90%-
HSV(B)260º20%100%-
XYZ69.4665.78103.64-
YUV214.9150.63132.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 255 (100% from 255) = 37.5%
R=32.5%
G=30%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212042550.130.20026010090
HexDDCCFFD1400104645a
Octal335314377152400404144132
Binary1101110111001100111111111101101000010000010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCFF; }

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

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

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

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

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

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

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

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