Html Css Color HEX #EBECF1 Solitude

📋 copy color: '#EBECF1'

red 235 ◦ green 236 ◦ blue 241

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

Shades of Solitude #EBECF1

Tints of Solitude #EBECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.15%

 BLUE value IS 241 (94.53% from 255) = 33.85%

R = 33.01%
G = 33.15%
B = 33.85%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBECF1 (or 0xEBECF1) is known color: Solitude. HEX triplet: EB, EC and F1. RGB value is (235,236,241). Sum of RGB (Red+Green+Blue) = 235+236+241=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF1 is #14130E. Grayscale: #ECECEC. Windows color (decimal): -1315599 or 15854827. OLE color: 15854827.

HSL color Cylindrical-coordinate representation of color #EBECF1: hue angle of 230º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBECF1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 236 241 -
CMYK 0.02 0.02 0 0.05
HSL 230º 0.18% 0.93% -
HSV(B) 230º 0.02% 0.95% -
XYZ 80.13 84 95.21 -
YUV 236.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 235 236 241 0.02 0.02 0 0.05 230 0.18 0.93
Hex EB EC F1 2 2 0 5 E6 12 5D
Octal 353 354 361 2 2 0 5 346 22 135
Binary 11101011 11101100 11110001 10 10 0 101 11100110 10010 1011101

Color Harmonies of #EBECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBECF1

Black with #EBECF1

Text Example


Text Example

White with #EBECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBECF1; }

 p { color: rgb(235,236,241); }

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

background-color css

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

 a { background-color: rgb(235,236,241); }

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

border-color css

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

 span { border-color: rgb(235,236,241); }

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