Html Css Color HEX #EDEEDB Sugar Cane

📋 copy color: '#EDEEDB'

red 237 ◦ green 238 ◦ blue 219

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

Shades of Sugar Cane #EDEEDB

Tints of Sugar Cane #EDEEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.56%

R = 34.15%
G = 34.29%
B = 31.56%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDEEDB (or 0xEDEEDB) is known color: Sugar Cane. HEX triplet: ED, EE and DB. RGB value is (237,238,219). Sum of RGB (Red+Green+Blue) = 237+238+219=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEDB is #121124. Grayscale: #EBEBEB. Windows color (decimal): -1184037 or 14413549. OLE color: 14413549.

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

Color convert

RGB 237 238 219 -
CMYK 0.00 0 0.08 0.07
HSL 63.16º 0.36% 0.9% -
HSV(B) 63.16º 0.08% 0.93% -
XYZ 78.29 84.27 79.16 -
YUV 235.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 237 238 219 0.00 0 0.08 0.07 63.16 0.36 0.9
Hex ED EE DB 0 0 8 7 3F 24 5A
Octal 355 356 333 0 0 10 7 77 44 132
Binary 11101101 11101110 11011011 0 0 1000 111 111111 100100 1011010

Color Harmonies of #EDEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEDB

Black with #EDEEDB

Text Example


Text Example

White with #EDEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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