#DDCCFE

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

Shades of Fog #DDCCFE

Tints of Fog #DDCCFE

Color information

#DDCCFE (or 0xDDCCFE) is unknown color: approx Fog. HEX triplet: DD, CC and FE. RGB value is (221,204,254). Sum of RGB (Red+Green+Blue) = 221+204+254=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCFE is #223301. Grayscale: #D6D6D6. Windows color (decimal): -2241282 or 16698589. OLE color: 16698589.

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

Color convert

RGB221204254-
CMYK0.130.2000.00
HSL260.4º96.15%89.8%-
HSV(B)260.4º19.69%99.61%-
XYZ69.365.71102.8-
YUV214.78150.13132.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 204 (80.08% from 255) = 30.04%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=32.55%
G=30.04%
B=37.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212042540.130.2000.00260.496.1589.8
HexDDCCFED1400104605a
Octal335314376152400404140132
Binary1101110111001100111111101101101000010000010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCFE; }

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

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

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

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

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

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

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

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