Html Css Color HEX #EDE5DE Fantasy

📋 copy color: '#EDE5DE'

red 237 ◦ green 229 ◦ blue 222

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

Shades of Fantasy #EDE5DE

Tints of Fantasy #EDE5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.28%

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

R = 34.45%
G = 33.28%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDE5DE (or 0xEDE5DE) is known color: Fantasy. HEX triplet: ED, E5 and DE. RGB value is (237,229,222). Sum of RGB (Red+Green+Blue) = 237+229+222=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5DE is #121A21. Grayscale: #E6E6E6. Windows color (decimal): -1186338 or 14607853. OLE color: 14607853.

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

Color convert

RGB 237 229 222 -
CMYK 0 0.03 0.06 0.07
HSL 28º 0.29% 0.9% -
HSV(B) 28º 0.06% 0.93% -
XYZ 76.13 79.32 80.4 -
YUV 230.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 237 229 222 0 0.03 0.06 0.07 28 0.29 0.9
Hex ED E5 DE 0 3 6 7 1C 1D 5A
Octal 355 345 336 0 3 6 7 34 35 132
Binary 11101101 11100101 11011110 0 11 110 111 11100 11101 1011010

Color Harmonies of #EDE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5DE

Black with #EDE5DE

Text Example


Text Example

White with #EDE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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