#ECEDEE

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

Shades of Solitude #ECEDEE

Tints of Solitude #ECEDEE

Color information

#ECEDEE (or 0xECEDEE) is unknown color: approx Solitude. HEX triplet: EC, ED and EE. RGB value is (236,237,238). Sum of RGB (Red+Green+Blue) = 236+237+238=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDEE is #131211. Grayscale: #ECECEC. Windows color (decimal): -1249810 or 15658476. OLE color: 15658476.

HSL color Cylindrical-coordinate representation of color #ECEDEE: hue angle of 210º degrees, saturation: 0.06, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECEDEE is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236237238-
CMYK0.010.0000.07
HSL210º5.56%92.94%-
HSV(B)210º0.84%93.33%-
XYZ80.3184.5792.98-
YUV236.82128.67127.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.19%
GREEN value IS 237 (92.97% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=33.19%
G=33.33%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362372380.010.0000.072105.5692.94
HexECEDEE1007d265d
Octal35435535610073226135
Binary111011001110110111101110100111110100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDEE; }

 p { color: rgb(236,237,238); }

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

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

 a { background-color: rgb(236,237,238); }

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

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

 span { border-color: rgb(236,237,238); }

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