Html Css Color HEX #EBEDF0 Solitude

📋 copy color: '#EBEDF0'

red 235 ◦ green 237 ◦ blue 240

#EBEDF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitude #EBEDF0

Tints of Solitude #EBEDF0

RGB

 RED value IS 235 (92.19% from 255) = 33.01%

 GREEN value IS 237 (92.97% from 255) = 33.29%

 BLUE value IS 240 (94.14% from 255) = 33.71%

R = 33.01%
G = 33.29%
B = 33.71%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBEDF0 (or 0xEBEDF0) is known color: Solitude. HEX triplet: EB, ED and F0. RGB value is (235,237,240). Sum of RGB (Red+Green+Blue) = 235+237+240=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF0 is #14120F. Grayscale: #ECECEC. Windows color (decimal): -1315344 or 15789547. OLE color: 15789547.

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

Color convert

RGB 235 237 240 -
CMYK 0.02 0.01 0 0.06
HSL 216º 0.14% 0.93% -
HSV(B) 216º 0.02% 0.94% -
XYZ 80.27 84.52 94.52 -
YUV 236.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 235 237 240 0.02 0.01 0 0.06 216 0.14 0.93
Hex EB ED F0 2 1 0 6 D8 E 5D
Octal 353 355 360 2 1 0 6 330 16 135
Binary 11101011 11101101 11110000 10 1 0 110 11011000 1110 1011101

Color Harmonies of #EBEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDF0

Black with #EBEDF0

Text Example


Text Example

White with #EBEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDF0; }

 p { color: rgb(235,237,240); }

 H1.HeaderClassName
 {
   color: #EBEDF0;
 }
 .AnyTagClassName
 {
   color: #EBEDF0;
 }
</style>

background-color css

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

 a { background-color: rgb(235,237,240); }

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

border-color css

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

 span { border-color: rgb(235,237,240); }

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