Html Css Color HEX #EDE4DE Fantasy

📋 copy color: '#EDE4DE'

red 237 ◦ green 228 ◦ blue 222

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

Shades of Fantasy #EDE4DE

Tints of Fantasy #EDE4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.19%

 BLUE value IS 222 (87.11% from 255) = 32.31%

R = 34.5%
G = 33.19%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDE4DE (or 0xEDE4DE) is known color: Fantasy. HEX triplet: ED, E4 and DE. RGB value is (237,228,222). Sum of RGB (Red+Green+Blue) = 237+228+222=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4DE is #121B21. Grayscale: #E6E6E6. Windows color (decimal): -1186594 or 14607597. OLE color: 14607597.

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

Color convert

RGB 237 228 222 -
CMYK 0 0.04 0.06 0.07
HSL 24º 0.29% 0.9% -
HSV(B) 24º 0.06% 0.93% -
XYZ 75.85 78.77 80.31 -
YUV 230.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 237 228 222 0 0.04 0.06 0.07 24 0.29 0.9
Hex ED E4 DE 0 4 6 7 18 1D 5A
Octal 355 344 336 0 4 6 7 30 35 132
Binary 11101101 11100100 11011110 0 100 110 111 11000 11101 1011010

Color Harmonies of #EDE4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4DE

Black with #EDE4DE

Text Example


Text Example

White with #EDE4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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