Html Css Color HEX #EFEEE2 Alabaster

📋 copy color: '#EFEEE2'

red 239 ◦ green 238 ◦ blue 226

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

Shades of Alabaster #EFEEE2

Tints of Alabaster #EFEEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.85%

 BLUE value IS 226 (88.67% from 255) = 32.15%

R = 34%
G = 33.85%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFEEE2 (or 0xEFEEE2) is known color: Alabaster. HEX triplet: EF, EE and E2. RGB value is (239,238,226). Sum of RGB (Red+Green+Blue) = 239+238+226=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE2 is #10111D. Grayscale: #ECECEC. Windows color (decimal): -1052958 or 14872303. OLE color: 14872303.

HSL color Cylindrical-coordinate representation of color #EFEEE2: hue angle of 55.38º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEEE2 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 238 226 -
CMYK 0 0.00 0.05 0.06
HSL 55.38º 0.29% 0.91% -
HSV(B) 55.38º 0.05% 0.94% -
XYZ 79.9 84.99 84.15 -
YUV 236.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 239 238 226 0 0.00 0.05 0.06 55.38 0.29 0.91
Hex EF EE E2 0 0 5 6 37 1D 5B
Octal 357 356 342 0 0 5 6 67 35 133
Binary 11101111 11101110 11100010 0 0 101 110 110111 11101 1011011

Color Harmonies of #EFEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEE2

Black with #EFEEE2

Text Example


Text Example

White with #EFEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEE2; }

 p { color: rgb(239,238,226); }

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

background-color css

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

 a { background-color: rgb(239,238,226); }

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

border-color css

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

 span { border-color: rgb(239,238,226); }

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