#ddc9fe

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

Shades of Fog #DDC9FE

Tints of Fog #DDC9FE

Color information

#DDC9FE (or 0xDDC9FE) is unknown color: approx Fog. HEX triplet: DD, C9 and FE. RGB value is (221,201,254). Sum of RGB (Red+Green+Blue) = 221+201+254=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC9FE is #223601. Grayscale: #D4D4D4. Windows color (decimal): -2242050 or 16697821. OLE color: 16697821.

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

Color convert

RGB221201254-
CMYK0.130.2100.00
HSL262.64º96.36%89.22%-
HSV(B)262.64º20.87%99.61%-
XYZ68.5964.3102.56-
YUV213.02151.13133.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 201 (78.91% from 255) = 29.73%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=32.69%
G=29.73%
B=37.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212012540.130.2100.00262.6496.3689.22
HexDDC9FED15001076059
Octal335311376152500407140131
Binary1101110111001001111111101101101010010000011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc9fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc9fe; }

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

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

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

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

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

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

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

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