Html Css Color HEX #EDECE7 Alabaster

📋 copy color: '#EDECE7'

red 237 ◦ green 236 ◦ blue 231

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

Shades of Alabaster #EDECE7

Tints of Alabaster #EDECE7

RGB

 RED value IS 237 (92.97% from 255) = 33.66%

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

 BLUE value IS 231 (90.63% from 255) = 32.81%

R = 33.66%
G = 33.52%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDECE7 (or 0xEDECE7) is known color: Alabaster. HEX triplet: ED, EC and E7. RGB value is (237,236,231). Sum of RGB (Red+Green+Blue) = 237+236+231=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECE7 is #121318. Grayscale: #EBEBEB. Windows color (decimal): -1184537 or 15199469. OLE color: 15199469.

HSL color Cylindrical-coordinate representation of color #EDECE7: hue angle of 50º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDECE7 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 231 -
CMYK 0 0.00 0.03 0.07
HSL 50º 0.14% 0.92% -
HSV(B) 50º 0.03% 0.93% -
XYZ 79.34 83.76 87.59 -
YUV 235.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 237 236 231 0 0.00 0.03 0.07 50 0.14 0.92
Hex ED EC E7 0 0 3 7 32 E 5C
Octal 355 354 347 0 0 3 7 62 16 134
Binary 11101101 11101100 11100111 0 0 11 111 110010 1110 1011100

Color Harmonies of #EDECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECE7

Black with #EDECE7

Text Example


Text Example

White with #EDECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECE7; }

 p { color: rgb(237,236,231); }

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

background-color css

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

 a { background-color: rgb(237,236,231); }

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

border-color css

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

 span { border-color: rgb(237,236,231); }

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