#DCC1EA

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

Shades of Fog #DCC1EA

Tints of Fog #DCC1EA

Color information

#DCC1EA (or 0xDCC1EA) is unknown color: approx Fog. HEX triplet: DC, C1 and EA. RGB value is (220,193,234). Sum of RGB (Red+Green+Blue) = 220+193+234=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC1EA is #233E15. Grayscale: #CDCDCD. Windows color (decimal): -2309654 or 15385052. OLE color: 15385052.

HSL color Cylindrical-coordinate representation of color #DCC1EA: hue angle of 279.51º degrees, saturation: 0.49, 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 #DCC1EA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220193234-
CMYK0.060.1800.08
HSL279.51º49.4%83.73%-
HSV(B)279.51º17.52%91.76%-
XYZ63.4459.385.94-
YUV205.75143.95138.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 193 (75.78% from 255) = 29.83%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=34.00%
G=29.83%
B=36.17%

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
Decimal2201932340.060.1800.08279.5149.483.73
HexDCC1EA612081183154
Octal33430135262201043061124
Binary11011100110000011110101011010010010001000110001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1EA; }

 p { color: rgb(220,193,234); }

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

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

 a { background-color: rgb(220,193,234); }

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

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

 span { border-color: rgb(220,193,234); }

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