Html Css Color HEX #EDD6D0 Ebb

📋 copy color: '#EDD6D0'

red 237 ◦ green 214 ◦ blue 208

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

Shades of Ebb #EDD6D0

Tints of Ebb #EDD6D0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.47%

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

R = 35.96%
G = 32.47%
B = 31.56%

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

#EDD6D0 (or 0xEDD6D0) is known color: Ebb. HEX triplet: ED, D6 and D0. RGB value is (237,214,208). Sum of RGB (Red+Green+Blue) = 237+214+208=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6D0 is #12292F. Grayscale: #DCDCDC. Windows color (decimal): -1190192 or 13686509. OLE color: 13686509.

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

Color convert

RGB 237 214 208 -
CMYK 0 0.10 0.12 0.07
HSL 12.41º 0.45% 0.87% -
HSV(B) 12.41º 0.12% 0.93% -
XYZ 70.36 70.65 69.6 -
YUV 220.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 237 214 208 0 0.10 0.12 0.07 12.41 0.45 0.87
Hex ED D6 D0 0 A C 7 C 2D 57
Octal 355 326 320 0 12 14 7 14 55 127
Binary 11101101 11010110 11010000 0 1010 1100 111 1100 101101 1010111

Color Harmonies of #EDD6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6D0

Black with #EDD6D0

Text Example


Text Example

White with #EDD6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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