Html Css Color HEX #ECDBC5 Solitaire

📋 copy color: '#ECDBC5'

red 236 ◦ green 219 ◦ blue 197

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

Shades of Solitaire #ECDBC5

Tints of Solitaire #ECDBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.21%

R = 36.2%
G = 33.59%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECDBC5 (or 0xECDBC5) is known color: Solitaire. HEX triplet: EC, DB and C5. RGB value is (236,219,197). Sum of RGB (Red+Green+Blue) = 236+219+197=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC5 is #13243A. Grayscale: #DDDDDD. Windows color (decimal): -1254459 or 12966892. OLE color: 12966892.

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

Color convert

RGB 236 219 197 -
CMYK 0 0.07 0.17 0.07
HSL 33.85º 0.51% 0.85% -
HSV(B) 33.85º 0.17% 0.93% -
XYZ 70 72.53 63.13 -
YUV 221.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 236 219 197 0 0.07 0.17 0.07 33.85 0.51 0.85
Hex EC DB C5 0 7 11 7 22 33 55
Octal 354 333 305 0 7 21 7 42 63 125
Binary 11101100 11011011 11000101 0 111 10001 111 100010 110011 1010101

Color Harmonies of #ECDBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBC5

Black with #ECDBC5

Text Example


Text Example

White with #ECDBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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