#DCC3EB

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

Shades of Fog #DCC3EB

Tints of Fog #DCC3EB

Color information

#DCC3EB (or 0xDCC3EB) is unknown color: approx Fog. HEX triplet: DC, C3 and EB. RGB value is (220,195,235). Sum of RGB (Red+Green+Blue) = 220+195+235=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC3EB is #233C14. Grayscale: #CECECE. Windows color (decimal): -2309141 or 15451100. OLE color: 15451100.

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

Color convert

RGB220195235-
CMYK0.060.1700.08
HSL277.5º50%84.31%-
HSV(B)277.5º17.02%92.16%-
XYZ64.0360.2486.85-
YUV207.04143.78137.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 195 (76.56% from 255) = 30%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=33.85%
G=30%
B=36.15%

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
Decimal2201952350.060.1700.08277.55084.31
HexDCC3EB611081163254
Octal33430335362101042662124
Binary11011100110000111110101111010001010001000101101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3EB; }

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

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

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

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

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

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

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

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