#DDCFF1

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

Shades of Fog #DDCFF1

Tints of Fog #DDCFF1

Color information

#DDCFF1 (or 0xDDCFF1) is unknown color: approx Fog. HEX triplet: DD, CF and F1. RGB value is (221,207,241). Sum of RGB (Red+Green+Blue) = 221+207+241=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFF1 is #22300E. Grayscale: #D6D6D6. Windows color (decimal): -2240527 or 15847389. OLE color: 15847389.

HSL color Cylindrical-coordinate representation of color #DDCFF1: hue angle of 264.71º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCFF1 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221207241-
CMYK0.080.1400.05
HSL264.71º54.84%87.84%-
HSV(B)264.71º14.11%94.51%-
XYZ68.0166.3592.44-
YUV215.06142.64132.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=33.03%
G=30.94%
B=36.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212072410.080.1400.05264.7154.8487.84
HexDDCFF18E051093758
Octal33531736110160541167130
Binary1101110111001111111100011000111001011000010011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFF1; }

 p { color: rgb(221,207,241); }

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

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

 a { background-color: rgb(221,207,241); }

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

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

 span { border-color: rgb(221,207,241); }

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