Html Css Color HEX #EDECE6 Alabaster

📋 copy color: '#EDECE6'

red 237 ◦ green 236 ◦ blue 230

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

Shades of Alabaster #EDECE6

Tints of Alabaster #EDECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.72%

R = 33.71%
G = 33.57%
B = 32.72%

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

#EDECE6 (or 0xEDECE6) is known color: Alabaster. HEX triplet: ED, EC and E6. RGB value is (237,236,230). Sum of RGB (Red+Green+Blue) = 237+236+230=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECE6 is #121319. Grayscale: #EBEBEB. Windows color (decimal): -1184538 or 15133933. OLE color: 15133933.

HSL color Cylindrical-coordinate representation of color #EDECE6: hue angle of 51.43º degrees, saturation: 0.16, 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 #EDECE6 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 230 -
CMYK 0 0.00 0.03 0.07
HSL 51.43º 0.16% 0.92% -
HSV(B) 51.43º 0.03% 0.93% -
XYZ 79.2 83.71 86.85 -
YUV 235.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 237 236 230 0 0.00 0.03 0.07 51.43 0.16 0.92
Hex ED EC E6 0 0 3 7 33 10 5C
Octal 355 354 346 0 0 3 7 63 20 134
Binary 11101101 11101100 11100110 0 0 11 111 110011 10000 1011100

Color Harmonies of #EDECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECE6

Black with #EDECE6

Text Example


Text Example

White with #EDECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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