#DDCEFD

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

Shades of Fog #DDCEFD

Tints of Fog #DDCEFD

Color information

#DDCEFD (or 0xDDCEFD) is unknown color: approx Fog. HEX triplet: DD, CE and FD. RGB value is (221,206,253). Sum of RGB (Red+Green+Blue) = 221+206+253=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEFD is #223102. Grayscale: #D7D7D7. Windows color (decimal): -2240771 or 16633565. OLE color: 16633565.

HSL color Cylindrical-coordinate representation of color #DDCEFD: hue angle of 259.15º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCEFD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221206253-
CMYK0.130.1900.01
HSL259.15º92.16%90%-
HSV(B)259.15º18.58%99.22%-
XYZ69.6266.61102.12-
YUV215.84148.97131.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 206 (80.86% from 255) = 30.29%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=32.5%
G=30.29%
B=37.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212062530.130.1900.01259.1592.1690
HexDDCEFDD13011035c5a
Octal335316375152301403134132
Binary1101110111001110111111011101100110110000001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEFD; }

 p { color: rgb(221,206,253); }

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

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

 a { background-color: rgb(221,206,253); }

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

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

 span { border-color: rgb(221,206,253); }

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