Html Css Color HEX #EDD4CE Ebb

📋 copy color: '#EDD4CE'

red 237 ◦ green 212 ◦ blue 206

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

Shades of Ebb #EDD4CE

Tints of Ebb #EDD4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.45%

R = 36.18%
G = 32.37%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDD4CE (or 0xEDD4CE) is known color: Ebb. HEX triplet: ED, D4 and CE. RGB value is (237,212,206). Sum of RGB (Red+Green+Blue) = 237+212+206=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4CE is #122B31. Grayscale: #DADADA. Windows color (decimal): -1190706 or 13554925. OLE color: 13554925.

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

Color convert

RGB 237 212 206 -
CMYK 0 0.11 0.13 0.07
HSL 11.61º 0.46% 0.87% -
HSV(B) 11.61º 0.13% 0.93% -
XYZ 69.61 69.55 68.15 -
YUV 218.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 237 212 206 0 0.11 0.13 0.07 11.61 0.46 0.87
Hex ED D4 CE 0 B D 7 C 2E 57
Octal 355 324 316 0 13 15 7 14 56 127
Binary 11101101 11010100 11001110 0 1011 1101 111 1100 101110 1010111

Color Harmonies of #EDD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4CE

Black with #EDD4CE

Text Example


Text Example

White with #EDD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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