#DCC5EA

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

Shades of Fog #DCC5EA

Tints of Fog #DCC5EA

Color information

#DCC5EA (or 0xDCC5EA) is unknown color: approx Fog. HEX triplet: DC, C5 and EA. RGB value is (220,197,234). Sum of RGB (Red+Green+Blue) = 220+197+234=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5EA is #233A15. Grayscale: #CFCFCF. Windows color (decimal): -2308630 or 15386076. OLE color: 15386076.

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

Color convert

RGB220197234-
CMYK0.060.1600.08
HSL277.3º46.84%84.51%-
HSV(B)277.3º15.81%91.76%-
XYZ64.3361.0986.24-
YUV208.09142.62136.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 197 (77.34% from 255) = 30.26%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=33.79%
G=30.26%
B=35.94%

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
Decimal2201972340.060.1600.08277.346.8484.51
HexDCC5EA610081152f55
Octal33430535262001042557125
Binary11011100110001011110101011010000010001000101011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5EA; }

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

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

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

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

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

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

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

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