#DCC6ED

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

Shades of Fog #DCC6ED

Tints of Fog #DCC6ED

Color information

#DCC6ED (or 0xDCC6ED) is unknown color: approx Fog. HEX triplet: DC, C6 and ED. RGB value is (220,198,237). Sum of RGB (Red+Green+Blue) = 220+198+237=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6ED is #233912. Grayscale: #D0D0D0. Windows color (decimal): -2308371 or 15582940. OLE color: 15582940.

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

Color convert

RGB220198237-
CMYK0.070.1600.07
HSL273.85º52%85.29%-
HSV(B)273.85º16.46%92.94%-
XYZ6561.7288.61-
YUV209.02143.79135.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=33.59%
G=30.23%
B=36.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201982370.070.1600.07273.855285.29
HexDCC6ED710071123455
Octal3343063557200742264125
Binary1101110011000110111011011111000001111000100101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6ED; }

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

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

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

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

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

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

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

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