Html Css Color HEX #EDD6CE Pot Pourri

📋 copy color: '#EDD6CE'

red 237 ◦ green 214 ◦ blue 206

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

Shades of Pot Pourri #EDD6CE

Tints of Pot Pourri #EDD6CE

RGB

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

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

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

R = 36.07%
G = 32.57%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDD6CE (or 0xEDD6CE) is known color: Pot Pourri. HEX triplet: ED, D6 and CE. RGB value is (237,214,206). Sum of RGB (Red+Green+Blue) = 237+214+206=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6CE is #122931. Grayscale: #DCDCDC. Windows color (decimal): -1190194 or 13555437. OLE color: 13555437.

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

Color convert

RGB 237 214 206 -
CMYK 0 0.10 0.13 0.07
HSL 15.48º 0.46% 0.87% -
HSV(B) 15.48º 0.13% 0.93% -
XYZ 70.11 70.55 68.32 -
YUV 219.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 237 214 206 0 0.10 0.13 0.07 15.48 0.46 0.87
Hex ED D6 CE 0 A D 7 F 2E 57
Octal 355 326 316 0 12 15 7 17 56 127
Binary 11101101 11010110 11001110 0 1010 1101 111 1111 101110 1010111

Color Harmonies of #EDD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6CE

Black with #EDD6CE

Text Example


Text Example

White with #EDD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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