Html Css Color HEX #EBF1FA Solitude

📋 copy color: '#EBF1FA'

red 235 ◦ green 241 ◦ blue 250

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

Shades of Solitude #EBF1FA

Tints of Solitude #EBF1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.2%

 BLUE value IS 250 (98.05% from 255) = 34.44%

R = 32.37%
G = 33.2%
B = 34.44%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBF1FA (or 0xEBF1FA) is known color: Solitude. HEX triplet: EB, F1 and FA. RGB value is (235,241,250). Sum of RGB (Red+Green+Blue) = 235+241+250=726 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.37% from 726); Green value is 241 (94.53% from 255 or 33.20% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1FA is #140E05. Grayscale: #F0F0F0. Windows color (decimal): -1314310 or 16445931. OLE color: 16445931.

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

Color convert

RGB 235 241 250 -
CMYK 0.06 0.04 0 0.02
HSL 216º 0.6% 0.95% -
HSV(B) 216º 0.06% 0.98% -
XYZ 82.97 87.47 102.95 -
YUV 240.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 235 241 250 0.06 0.04 0 0.02 216 0.6 0.95
Hex EB F1 FA 6 4 0 2 D8 3C 5F
Octal 353 361 372 6 4 0 2 330 74 137
Binary 11101011 11110001 11111010 110 100 0 10 11011000 111100 1011111

Color Harmonies of #EBF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1FA

Black with #EBF1FA

Text Example


Text Example

White with #EBF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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