Html Css Color HEX #EBEDF6 Solitude

📋 copy color: '#EBEDF6'

red 235 ◦ green 237 ◦ blue 246

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

Shades of Solitude #EBEDF6

Tints of Solitude #EBEDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.26%

R = 32.73%
G = 33.01%
B = 34.26%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBEDF6 (or 0xEBEDF6) is known color: Solitude. HEX triplet: EB, ED and F6. RGB value is (235,237,246). Sum of RGB (Red+Green+Blue) = 235+237+246=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBEDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF6 is #141209. Grayscale: #EDEDED. Windows color (decimal): -1315338 or 16182763. OLE color: 16182763.

HSL color Cylindrical-coordinate representation of color #EBEDF6: hue angle of 229.09º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBEDF6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 237 246 -
CMYK 0.04 0.04 0 0.04
HSL 229.09º 0.38% 0.94% -
HSV(B) 229.09º 0.04% 0.96% -
XYZ 81.18 84.88 99.29 -
YUV 237.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 235 237 246 0.04 0.04 0 0.04 229.09 0.38 0.94
Hex EB ED F6 4 4 0 4 E5 26 5E
Octal 353 355 366 4 4 0 4 345 46 136
Binary 11101011 11101101 11110110 100 100 0 100 11100101 100110 1011110

Color Harmonies of #EBEDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDF6

Black with #EBEDF6

Text Example


Text Example

White with #EBEDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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