Html Css Color HEX #EDD4CD Ebb

📋 copy color: '#EDD4CD'

red 237 ◦ green 212 ◦ blue 205

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

Shades of Ebb #EDD4CD

Tints of Ebb #EDD4CD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.42%

 BLUE value IS 205 (80.47% from 255) = 31.35%

R = 36.24%
G = 32.42%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDD4CD (or 0xEDD4CD) is known color: Ebb. HEX triplet: ED, D4 and CD. RGB value is (237,212,205). Sum of RGB (Red+Green+Blue) = 237+212+205=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4CD is #122B32. Grayscale: #DADADA. Windows color (decimal): -1190707 or 13489389. OLE color: 13489389.

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

Color convert

RGB 237 212 205 -
CMYK 0 0.11 0.14 0.07
HSL 13.13º 0.47% 0.87% -
HSV(B) 13.13º 0.14% 0.93% -
XYZ 69.49 69.5 67.51 -
YUV 218.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 237 212 205 0 0.11 0.14 0.07 13.13 0.47 0.87
Hex ED D4 CD 0 B E 7 D 2F 57
Octal 355 324 315 0 13 16 7 15 57 127
Binary 11101101 11010100 11001101 0 1011 1110 111 1101 101111 1010111

Color Harmonies of #EDD4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4CD

Black with #EDD4CD

Text Example


Text Example

White with #EDD4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4CD; }

 p { color: rgb(237,212,205); }

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

background-color css

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

 a { background-color: rgb(237,212,205); }

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

border-color css

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

 span { border-color: rgb(237,212,205); }

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