#DCCDE9

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

Shades of Fog #DCCDE9

Tints of Fog #DCCDE9

Color information

#DCCDE9 (or 0xDCCDE9) is unknown color: approx Fog. HEX triplet: DC, CD and E9. RGB value is (220,205,233). Sum of RGB (Red+Green+Blue) = 220+205+233=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCDE9 is #233216. Grayscale: #D4D4D4. Windows color (decimal): -2306583 or 15322588. OLE color: 15322588.

HSL color Cylindrical-coordinate representation of color #DCCDE9: hue angle of 272.14º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCDE9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220205233-
CMYK0.060.1200.09
HSL272.14º38.89%85.88%-
HSV(B)272.14º12.02%91.37%-
XYZ66.0564.7686.11-
YUV212.68139.47133.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=33.43%
G=31.16%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202052330.060.1200.09272.1438.8985.88
HexDCCDE96C091102756
Octal33431535161401142047126
Binary1101110011001101111010011101100010011000100001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDE9; }

 p { color: rgb(220,205,233); }

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

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

 a { background-color: rgb(220,205,233); }

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

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

 span { border-color: rgb(220,205,233); }

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