Html Css Color HEX #EDDAD6 Ebb

📋 copy color: '#EDDAD6'

red 237 ◦ green 218 ◦ blue 214

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

Shades of Ebb #EDDAD6

Tints of Ebb #EDDAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.99%

R = 35.43%
G = 32.59%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDDAD6 (or 0xEDDAD6) is known color: Ebb. HEX triplet: ED, DA and D6. RGB value is (237,218,214). Sum of RGB (Red+Green+Blue) = 237+218+214=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAD6 is #122529. Grayscale: #DFDFDF. Windows color (decimal): -1189162 or 14080749. OLE color: 14080749.

HSL color Cylindrical-coordinate representation of color #EDDAD6: hue angle of 10.43º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDAD6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 218 214 -
CMYK 0 0.08 0.10 0.07
HSL 10.43º 0.39% 0.88% -
HSV(B) 10.43º 0.1% 0.93% -
XYZ 72.13 73 73.91 -
YUV 223.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 237 218 214 0 0.08 0.10 0.07 10.43 0.39 0.88
Hex ED DA D6 0 8 A 7 A 27 58
Octal 355 332 326 0 10 12 7 12 47 130
Binary 11101101 11011010 11010110 0 1000 1010 111 1010 100111 1011000

Color Harmonies of #EDDAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAD6

Black with #EDDAD6

Text Example


Text Example

White with #EDDAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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