Html Css Color HEX #ECD8BC Solitaire

📋 copy color: '#ECD8BC'

red 236 ◦ green 216 ◦ blue 188

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

Shades of Solitaire #ECD8BC

Tints of Solitaire #ECD8BC

RGB

 RED value IS 236 (92.58% from 255) = 36.88%

 GREEN value IS 216 (84.77% from 255) = 33.75%

 BLUE value IS 188 (73.83% from 255) = 29.38%

R = 36.88%
G = 33.75%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECD8BC (or 0xECD8BC) is known color: Solitaire. HEX triplet: EC, D8 and BC. RGB value is (236,216,188). Sum of RGB (Red+Green+Blue) = 236+216+188=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8BC is #132743. Grayscale: #DADADA. Windows color (decimal): -1255236 or 12376300. OLE color: 12376300.

HSL color Cylindrical-coordinate representation of color #ECD8BC: hue angle of 35º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECD8BC is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 216 188 -
CMYK 0 0.08 0.20 0.07
HSL 35º 0.56% 0.83% -
HSV(B) 35º 0.2% 0.93% -
XYZ 68.23 70.58 57.6 -
YUV 218.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 236 216 188 0 0.08 0.20 0.07 35 0.56 0.83
Hex EC D8 BC 0 8 14 7 23 38 53
Octal 354 330 274 0 10 24 7 43 70 123
Binary 11101100 11011000 10111100 0 1000 10100 111 100011 111000 1010011

Color Harmonies of #ECD8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8BC

Black with #ECD8BC

Text Example


Text Example

White with #ECD8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8BC; }

 p { color: rgb(236,216,188); }

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

background-color css

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

 a { background-color: rgb(236,216,188); }

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

border-color css

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

 span { border-color: rgb(236,216,188); }

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