#DDC9FF

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

Shades of Fog #DDC9FF

Tints of Fog #DDC9FF

Color information

#DDC9FF (or 0xDDC9FF) is unknown color: approx Fog. HEX triplet: DD, C9 and FF. RGB value is (221,201,255). Sum of RGB (Red+Green+Blue) = 221+201+255=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 201 (78.91% from 255 or 29.69% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9FF is #223600. Grayscale: #D4D4D4. Windows color (decimal): -2242049 or 16763357. OLE color: 16763357.

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

Color convert

RGB221201255-
CMYK0.130.2100
HSL262.22º100%89.41%-
HSV(B)262.22º21.18%100%-
XYZ68.7664.37103.41-
YUV213.14151.63133.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 201 (78.91% from 255) = 29.69%
BLUE value IS 255 (100% from 255) = 37.67%
R=32.64%
G=29.69%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212012550.130.2100262.2210089.41
HexDDC9FFD15001066459
Octal335311377152500406144131
Binary1101110111001001111111111101101010010000011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9FF; }

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

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

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

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

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

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

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

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