#DCC5ED

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

Shades of Fog #DCC5ED

Tints of Fog #DCC5ED

Color information

#DCC5ED (or 0xDCC5ED) is unknown color: approx Fog. HEX triplet: DC, C5 and ED. RGB value is (220,197,237). Sum of RGB (Red+Green+Blue) = 220+197+237=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5ED is #233A12. Grayscale: #D0D0D0. Windows color (decimal): -2308627 or 15582684. OLE color: 15582684.

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

Color convert

RGB220197237-
CMYK0.070.1700.07
HSL274.5º52.63%85.1%-
HSV(B)274.5º16.88%92.94%-
XYZ64.7761.2688.53-
YUV208.44144.12136.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=33.64%
G=30.12%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201972370.070.1700.07274.552.6385.1
HexDCC5ED711071123555
Octal3343053557210742265125
Binary1101110011000101111011011111000101111000100101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5ED; }

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

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

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

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

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

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

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

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