Html Css Color HEX #EDE3DB Fantasy

📋 copy color: '#EDE3DB'

red 237 ◦ green 227 ◦ blue 219

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

Shades of Fantasy #EDE3DB

Tints of Fantasy #EDE3DB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.24%

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

R = 34.7%
G = 33.24%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDE3DB (or 0xEDE3DB) is known color: Fantasy. HEX triplet: ED, E3 and DB. RGB value is (237,227,219). Sum of RGB (Red+Green+Blue) = 237+227+219=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DB is #121C24. Grayscale: #E5E5E5. Windows color (decimal): -1186853 or 14410733. OLE color: 14410733.

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

Color convert

RGB 237 227 219 -
CMYK 0 0.04 0.08 0.07
HSL 26.67º 0.33% 0.89% -
HSV(B) 26.67º 0.08% 0.93% -
XYZ 75.18 78.06 78.12 -
YUV 229.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 237 227 219 0 0.04 0.08 0.07 26.67 0.33 0.89
Hex ED E3 DB 0 4 8 7 1B 21 59
Octal 355 343 333 0 4 10 7 33 41 131
Binary 11101101 11100011 11011011 0 100 1000 111 11011 100001 1011001

Color Harmonies of #EDE3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3DB

Black with #EDE3DB

Text Example


Text Example

White with #EDE3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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