#DDC6FC

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

Shades of Fog #DDC6FC

Tints of Fog #DDC6FC

Color information

#DDC6FC (or 0xDDC6FC) is unknown color: approx Fog. HEX triplet: DD, C6 and FC. RGB value is (221,198,252). Sum of RGB (Red+Green+Blue) = 221+198+252=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6FC is #223903. Grayscale: #D2D2D2. Windows color (decimal): -2242820 or 16565981. OLE color: 16565981.

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

Color convert

RGB221198252-
CMYK0.120.2100.01
HSL265.56º90%88.24%-
HSV(B)265.56º21.43%98.82%-
XYZ67.5862.79100.65-
YUV211.03151.12135.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 198 (77.73% from 255) = 29.51%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=32.94%
G=29.51%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211982520.120.2100.01265.569088.24
HexDDC6FCC150110a5a58
Octal335306374142501412132130
Binary1101110111000110111111001100101010110000101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6FC; }

 p { color: rgb(221,198,252); }

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

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

 a { background-color: rgb(221,198,252); }

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

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

 span { border-color: rgb(221,198,252); }

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