Html Css Color HEX #ECD6BC Solitaire

📋 copy color: '#ECD6BC'

red 236 ◦ green 214 ◦ blue 188

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

Shades of Solitaire #ECD6BC

Tints of Solitaire #ECD6BC

RGB

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

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

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

R = 36.99%
G = 33.54%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECD6BC (or 0xECD6BC) is known color: Solitaire. HEX triplet: EC, D6 and BC. RGB value is (236,214,188). Sum of RGB (Red+Green+Blue) = 236+214+188=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6BC is #132943. Grayscale: #D9D9D9. Windows color (decimal): -1255748 or 12375788. OLE color: 12375788.

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

Color convert

RGB 236 214 188 -
CMYK 0 0.09 0.20 0.07
HSL 32.5º 0.56% 0.83% -
HSV(B) 32.5º 0.2% 0.93% -
XYZ 67.72 69.56 57.43 -
YUV 217.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 236 214 188 0 0.09 0.20 0.07 32.5 0.56 0.83
Hex EC D6 BC 0 9 14 7 20 38 53
Octal 354 326 274 0 11 24 7 40 70 123
Binary 11101100 11010110 10111100 0 1001 10100 111 100000 111000 1010011

Color Harmonies of #ECD6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6BC

Black with #ECD6BC

Text Example


Text Example

White with #ECD6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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