#DCBEED

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

Shades of Fog #DCBEED

Tints of Fog #DCBEED

Color information

#DCBEED (or 0xDCBEED) is unknown color: approx Fog. HEX triplet: DC, BE and ED. RGB value is (220,190,237). Sum of RGB (Red+Green+Blue) = 220+190+237=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEED is #234112. Grayscale: #CCCCCC. Windows color (decimal): -2310419 or 15580892. OLE color: 15580892.

HSL color Cylindrical-coordinate representation of color #DCBEED: hue angle of 278.3º degrees, saturation: 0.57, 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 #DCBEED is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220190237-
CMYK0.070.2000.07
HSL278.3º56.63%83.73%-
HSV(B)278.3º19.83%92.94%-
XYZ63.2158.1688.01-
YUV204.33146.44139.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=34.00%
G=29.37%
B=36.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201902370.070.2000.07278.356.6383.73
HexDCBEED714071163954
Octal3342763557240742671124
Binary1101110010111110111011011111010001111000101101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEED; }

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

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

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

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

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

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

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

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