#DCBEEE

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

Shades of Fog #DCBEEE

Tints of Fog #DCBEEE

Color information

#DCBEEE (or 0xDCBEEE) is unknown color: approx Fog. HEX triplet: DC, BE and EE. RGB value is (220,190,238). Sum of RGB (Red+Green+Blue) = 220+190+238=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCBEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEEE is #234111. Grayscale: #CCCCCC. Windows color (decimal): -2310418 or 15646428. OLE color: 15646428.

HSL color Cylindrical-coordinate representation of color #DCBEEE: hue angle of 277.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBEEE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220190238-
CMYK0.080.2000.07
HSL277.5º58.54%83.92%-
HSV(B)277.5º20.17%93.33%-
XYZ63.3658.2288.79-
YUV204.44146.94139.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=33.95%
G=29.32%
B=36.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201902380.080.2000.07277.558.5483.92
HexDCBEEE814071163b54
Octal33427635610240742673124
Binary11011100101111101110111010001010001111000101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEEE; }

 p { color: rgb(220,190,238); }

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

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

 a { background-color: rgb(220,190,238); }

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

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

 span { border-color: rgb(220,190,238); }

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