Html Css Color HEX #EDDAD7 Remy

📋 copy color: '#EDDAD7'

red 237 ◦ green 218 ◦ blue 215

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

Shades of Remy #EDDAD7

Tints of Remy #EDDAD7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

 BLUE value IS 215 (84.38% from 255) = 32.09%

R = 35.37%
G = 32.54%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDDAD7 (or 0xEDDAD7) is known color: Remy. HEX triplet: ED, DA and D7. RGB value is (237,218,215). Sum of RGB (Red+Green+Blue) = 237+218+215=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD7 is #122528. Grayscale: #DFDFDF. Windows color (decimal): -1189161 or 14146285. OLE color: 14146285.

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

Color convert

RGB 237 218 215 -
CMYK 0 0.08 0.09 0.07
HSL 8.18º 0.38% 0.89% -
HSV(B) 8.18º 0.09% 0.93% -
XYZ 72.26 73.05 74.58 -
YUV 223.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 237 218 215 0 0.08 0.09 0.07 8.18 0.38 0.89
Hex ED DA D7 0 8 9 7 8 26 59
Octal 355 332 327 0 10 11 7 10 46 131
Binary 11101101 11011010 11010111 0 1000 1001 111 1000 100110 1011001

Color Harmonies of #EDDAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAD7

Black with #EDDAD7

Text Example


Text Example

White with #EDDAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAD7; }

 p { color: rgb(237,218,215); }

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

background-color css

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

 a { background-color: rgb(237,218,215); }

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

border-color css

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

 span { border-color: rgb(237,218,215); }

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