#DCC0ED

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

Shades of Fog #DCC0ED

Tints of Fog #DCC0ED

Color information

#DCC0ED (or 0xDCC0ED) is unknown color: approx Fog. HEX triplet: DC, C0 and ED. RGB value is (220,192,237). Sum of RGB (Red+Green+Blue) = 220+192+237=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0ED is #233F12. Grayscale: #CDCDCD. Windows color (decimal): -2309907 or 15581404. OLE color: 15581404.

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

Color convert

RGB220192237-
CMYK0.070.1900.07
HSL277.33º55.56%84.12%-
HSV(B)277.33º18.99%92.94%-
XYZ63.6559.0388.16-
YUV205.5145.78138.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 192 (75.39% from 255) = 29.58%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=33.90%
G=29.58%
B=36.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201922370.070.1900.07277.3355.5684.12
HexDCC0ED713071153854
Octal3343003557230742570124
Binary1101110011000000111011011111001101111000101011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0ED; }

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

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

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

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

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

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

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

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