Html Css Color HEX #EDE4DD Fantasy

📋 copy color: '#EDE4DD'

red 237 ◦ green 228 ◦ blue 221

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

Shades of Fantasy #EDE4DD

Tints of Fantasy #EDE4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.22%

R = 34.55%
G = 33.24%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDE4DD (or 0xEDE4DD) is known color: Fantasy. HEX triplet: ED, E4 and DD. RGB value is (237,228,221). Sum of RGB (Red+Green+Blue) = 237+228+221=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4DD is #121B22. Grayscale: #E5E5E5. Windows color (decimal): -1186595 or 14542061. OLE color: 14542061.

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

Color convert

RGB 237 228 221 -
CMYK 0 0.04 0.07 0.07
HSL 26.25º 0.31% 0.9% -
HSV(B) 26.25º 0.07% 0.93% -
XYZ 75.72 78.71 79.61 -
YUV 229.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 237 228 221 0 0.04 0.07 0.07 26.25 0.31 0.9
Hex ED E4 DD 0 4 7 7 1A 1F 5A
Octal 355 344 335 0 4 7 7 32 37 132
Binary 11101101 11100100 11011101 0 100 111 111 11010 11111 1011010

Color Harmonies of #EDE4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4DD

Black with #EDE4DD

Text Example


Text Example

White with #EDE4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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