Html Css Color HEX #EDECE4 Alabaster

📋 copy color: '#EDECE4'

red 237 ◦ green 236 ◦ blue 228

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

Shades of Alabaster #EDECE4

Tints of Alabaster #EDECE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.52%

R = 33.81%
G = 33.67%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDECE4 (or 0xEDECE4) is known color: Alabaster. HEX triplet: ED, EC and E4. RGB value is (237,236,228). Sum of RGB (Red+Green+Blue) = 237+236+228=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECE4 is #12131B. Grayscale: #EBEBEB. Windows color (decimal): -1184540 or 15002861. OLE color: 15002861.

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

Color convert

RGB 237 236 228 -
CMYK 0 0.00 0.04 0.07
HSL 53.33º 0.2% 0.91% -
HSV(B) 53.33º 0.04% 0.93% -
XYZ 78.92 83.6 85.37 -
YUV 235.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 237 236 228 0 0.00 0.04 0.07 53.33 0.2 0.91
Hex ED EC E4 0 0 4 7 35 14 5B
Octal 355 354 344 0 0 4 7 65 24 133
Binary 11101101 11101100 11100100 0 0 100 111 110101 10100 1011011

Color Harmonies of #EDECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECE4

Black with #EDECE4

Text Example


Text Example

White with #EDECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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