Html Css Color HEX #EDD5D0 Ebb

📋 copy color: '#EDD5D0'

red 237 ◦ green 213 ◦ blue 208

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

Shades of Ebb #EDD5D0

Tints of Ebb #EDD5D0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.37%

 BLUE value IS 208 (81.64% from 255) = 31.61%

R = 36.02%
G = 32.37%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDD5D0 (or 0xEDD5D0) is known color: Ebb. HEX triplet: ED, D5 and D0. RGB value is (237,213,208). Sum of RGB (Red+Green+Blue) = 237+213+208=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5D0 is #122A2F. Grayscale: #DBDBDB. Windows color (decimal): -1190448 or 13686253. OLE color: 13686253.

HSL color Cylindrical-coordinate representation of color #EDD5D0: hue angle of 10.34º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD5D0 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 208 -
CMYK 0 0.10 0.12 0.07
HSL 10.34º 0.45% 0.87% -
HSV(B) 10.34º 0.12% 0.93% -
XYZ 70.1 70.15 69.52 -
YUV 219.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 237 213 208 0 0.10 0.12 0.07 10.34 0.45 0.87
Hex ED D5 D0 0 A C 7 A 2D 57
Octal 355 325 320 0 12 14 7 12 55 127
Binary 11101101 11010101 11010000 0 1010 1100 111 1010 101101 1010111

Color Harmonies of #EDD5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5D0

Black with #EDD5D0

Text Example


Text Example

White with #EDD5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5D0; }

 p { color: rgb(237,213,208); }

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

background-color css

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

 a { background-color: rgb(237,213,208); }

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

border-color css

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

 span { border-color: rgb(237,213,208); }

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