#DCC4EA

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

Shades of Fog #DCC4EA

Tints of Fog #DCC4EA

Color information

#DCC4EA (or 0xDCC4EA) is unknown color: approx Fog. HEX triplet: DC, C4 and EA. RGB value is (220,196,234). Sum of RGB (Red+Green+Blue) = 220+196+234=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC4EA is #233B15. Grayscale: #CFCFCF. Windows color (decimal): -2308886 or 15385820. OLE color: 15385820.

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

Color convert

RGB220196234-
CMYK0.060.1600.08
HSL277.89º47.5%84.31%-
HSV(B)277.89º16.24%91.76%-
XYZ64.1160.6486.17-
YUV207.51142.95136.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 196 (76.95% from 255) = 30.15%
BLUE value IS 234 (91.80% from 255) = 36%
R=33.85%
G=30.15%
B=36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201962340.060.1600.08277.8947.584.31
HexDCC4EA610081162f54
Octal33430435262001042657124
Binary11011100110001001110101011010000010001000101101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4EA; }

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

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

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

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

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

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

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

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