#DCC4EB

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

Shades of Fog #DCC4EB

Tints of Fog #DCC4EB

Color information

#DCC4EB (or 0xDCC4EB) is unknown color: approx Fog. HEX triplet: DC, C4 and EB. RGB value is (220,196,235). Sum of RGB (Red+Green+Blue) = 220+196+235=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4EB is #233B14. Grayscale: #CFCFCF. Windows color (decimal): -2308885 or 15451356. OLE color: 15451356.

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

Color convert

RGB220196235-
CMYK0.060.1700.08
HSL276.92º49.37%84.51%-
HSV(B)276.92º16.6%92.16%-
XYZ64.2560.6986.93-
YUV207.62143.45136.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 196 (76.95% from 255) = 30.11%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=33.79%
G=30.11%
B=36.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201962350.060.1700.08276.9249.3784.51
HexDCC4EB611081153155
Octal33430435362101042561125
Binary11011100110001001110101111010001010001000101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4EB; }

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

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

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

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

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

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

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

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