#DCCEED

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

Shades of Fog #DCCEED

Tints of Fog #DCCEED

Color information

#DCCEED (or 0xDCCEED) is unknown color: approx Fog. HEX triplet: DC, CE and ED. RGB value is (220,206,237). Sum of RGB (Red+Green+Blue) = 220+206+237=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEED is #233112. Grayscale: #D5D5D5. Windows color (decimal): -2306323 or 15584988. OLE color: 15584988.

HSL color Cylindrical-coordinate representation of color #DCCEED: hue angle of 267.1º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCEED is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220206237-
CMYK0.070.1300.07
HSL267.1º46.27%86.86%-
HSV(B)267.1º13.08%92.94%-
XYZ66.8765.4789.23-
YUV213.72141.14132.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.18%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=33.18%
G=31.07%
B=35.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202062370.070.1300.07267.146.2786.86
HexDCCEED7D0710b2e57
Octal3343163557150741356127
Binary110111001100111011101101111110101111000010111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEED; }

 p { color: rgb(220,206,237); }

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

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

 a { background-color: rgb(220,206,237); }

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

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

 span { border-color: rgb(220,206,237); }

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