#DDCFF0

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

Shades of Fog #DDCFF0

Tints of Fog #DDCFF0

Color information

#DDCFF0 (or 0xDDCFF0) is unknown color: approx Fog. HEX triplet: DD, CF and F0. RGB value is (221,207,240). Sum of RGB (Red+Green+Blue) = 221+207+240=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFF0 is #22300F. Grayscale: #D6D6D6. Windows color (decimal): -2240528 or 15781853. OLE color: 15781853.

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

Color convert

RGB221207240-
CMYK0.080.1400.06
HSL265.45º52.38%87.65%-
HSV(B)265.45º13.75%94.12%-
XYZ67.8666.2991.66-
YUV214.95142.14132.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=33.08%
G=30.99%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212072400.080.1400.06265.4552.3887.65
HexDDCFF08E061093458
Octal33531736010160641164130
Binary1101110111001111111100001000111001101000010011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFF0; }

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

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

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

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

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

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

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

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