Html Css Color HEX #EDEEEA Saltpan

📋 copy color: '#EDEEEA'

red 237 ◦ green 238 ◦ blue 234

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

Shades of Saltpan #EDEEEA

Tints of Saltpan #EDEEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33%

R = 33.43%
G = 33.57%
B = 33%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDEEEA (or 0xEDEEEA) is known color: Saltpan. HEX triplet: ED, EE and EA. RGB value is (237,238,234). Sum of RGB (Red+Green+Blue) = 237+238+234=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEEA is #121115. Grayscale: #EDEDED. Windows color (decimal): -1184022 or 15396589. OLE color: 15396589.

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

Color convert

RGB 237 238 234 -
CMYK 0.00 0 0.02 0.07
HSL 75º 0.11% 0.93% -
HSV(B) 75º 0.02% 0.93% -
XYZ 80.35 85.09 90.03 -
YUV 237.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 237 238 234 0.00 0 0.02 0.07 75 0.11 0.93
Hex ED EE EA 0 0 2 7 4B B 5D
Octal 355 356 352 0 0 2 7 113 13 135
Binary 11101101 11101110 11101010 0 0 10 111 1001011 1011 1011101

Color Harmonies of #EDEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEEA

Black with #EDEEEA

Text Example


Text Example

White with #EDEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEEA; }

 p { color: rgb(237,238,234); }

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

background-color css

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

 a { background-color: rgb(237,238,234); }

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

border-color css

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

 span { border-color: rgb(237,238,234); }

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