Html Css Color HEX #ECDBC0 Solitaire

📋 copy color: '#ECDBC0'

red 236 ◦ green 219 ◦ blue 192

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

Shades of Solitaire #ECDBC0

Tints of Solitaire #ECDBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.85%

 BLUE value IS 192 (75.39% from 255) = 29.68%

R = 36.48%
G = 33.85%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECDBC0 (or 0xECDBC0) is known color: Solitaire. HEX triplet: EC, DB and C0. RGB value is (236,219,192). Sum of RGB (Red+Green+Blue) = 236+219+192=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC0 is #13243F. Grayscale: #DDDDDD. Windows color (decimal): -1254464 or 12639212. OLE color: 12639212.

HSL color Cylindrical-coordinate representation of color #ECDBC0: hue angle of 36.82º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECDBC0 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 192 -
CMYK 0 0.07 0.19 0.07
HSL 36.82º 0.54% 0.84% -
HSV(B) 36.82º 0.19% 0.93% -
XYZ 69.44 72.3 60.17 -
YUV 221.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 236 219 192 0 0.07 0.19 0.07 36.82 0.54 0.84
Hex EC DB C0 0 7 13 7 25 36 54
Octal 354 333 300 0 7 23 7 45 66 124
Binary 11101100 11011011 11000000 0 111 10011 111 100101 110110 1010100

Color Harmonies of #ECDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBC0

Black with #ECDBC0

Text Example


Text Example

White with #ECDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBC0; }

 p { color: rgb(236,219,192); }

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

background-color css

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

 a { background-color: rgb(236,219,192); }

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

border-color css

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

 span { border-color: rgb(236,219,192); }

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