#DCC0EB

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

Shades of Fog #DCC0EB

Tints of Fog #DCC0EB

Color information

#DCC0EB (or 0xDCC0EB) is unknown color: approx Fog. HEX triplet: DC, C0 and EB. RGB value is (220,192,235). Sum of RGB (Red+Green+Blue) = 220+192+235=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0EB is #233F14. Grayscale: #CDCDCD. Windows color (decimal): -2309909 or 15450332. OLE color: 15450332.

HSL color Cylindrical-coordinate representation of color #DCC0EB: hue angle of 279.07º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC0EB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220192235-
CMYK0.060.1800.08
HSL279.07º51.81%83.73%-
HSV(B)279.07º18.3%92.16%-
XYZ63.3658.9186.63-
YUV205.27144.78138.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 192 (75.39% from 255) = 29.68%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=34.00%
G=29.68%
B=36.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201922350.060.1800.08279.0751.8183.73
HexDCC0EB612081173454
Octal33430035362201042764124
Binary11011100110000001110101111010010010001000101111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0EB; }

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

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

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

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

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

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

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

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