#DCC7ED

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

Shades of Fog #DCC7ED

Tints of Fog #DCC7ED

Color information

#DCC7ED (or 0xDCC7ED) is unknown color: approx Fog. HEX triplet: DC, C7 and ED. RGB value is (220,199,237). Sum of RGB (Red+Green+Blue) = 220+199+237=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7ED is #233812. Grayscale: #D1D1D1. Windows color (decimal): -2308115 or 15583196. OLE color: 15583196.

HSL color Cylindrical-coordinate representation of color #DCC7ED: hue angle of 273.16º degrees, saturation: 0.51, 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 #DCC7ED is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220199237-
CMYK0.070.1600.07
HSL273.16º51.35%85.49%-
HSV(B)273.16º16.03%92.94%-
XYZ65.2262.1888.68-
YUV209.61143.46135.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=33.54%
G=30.34%
B=36.13%

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
Decimal2201992370.070.1600.07273.1651.3585.49
HexDCC7ED710071113355
Octal3343073557200742163125
Binary1101110011000111111011011111000001111000100011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7ED; }

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

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

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

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

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

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

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

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