Html Css Color HEX #EFEAF0 Selago

📋 copy color: '#EFEAF0'

red 239 ◦ green 234 ◦ blue 240

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

Shades of Selago #EFEAF0

Tints of Selago #EFEAF0

RGB

 RED value IS 239 (93.75% from 255) = 33.52%

 GREEN value IS 234 (91.8% from 255) = 32.82%

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

R = 33.52%
G = 32.82%
B = 33.66%

CMYK

 C value IS 0.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFEAF0 (or 0xEFEAF0) is known color: Selago. HEX triplet: EF, EA and F0. RGB value is (239,234,240). Sum of RGB (Red+Green+Blue) = 239+234+240=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF0 is #10150F. Grayscale: #ECECEC. Windows color (decimal): -1053968 or 15788783. OLE color: 15788783.

HSL color Cylindrical-coordinate representation of color #EFEAF0: hue angle of 290º degrees, saturation: 0.17, 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 #EFEAF0 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 240 -
CMYK 0.00 0.02 0 0.06
HSL 290º 0.17% 0.93% -
HSV(B) 290º 0.02% 0.94% -
XYZ 80.75 83.49 94.3 -
YUV 236.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 239 234 240 0.00 0.02 0 0.06 290 0.17 0.93
Hex EF EA F0 0 2 0 6 122 11 5D
Octal 357 352 360 0 2 0 6 442 21 135
Binary 11101111 11101010 11110000 0 10 0 110 100100010 10001 1011101

Color Harmonies of #EFEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAF0

Black with #EFEAF0

Text Example


Text Example

White with #EFEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAF0; }

 p { color: rgb(239,234,240); }

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

background-color css

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

 a { background-color: rgb(239,234,240); }

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

border-color css

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

 span { border-color: rgb(239,234,240); }

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