Html Css Color HEX #ECDBC2 Solitaire

📋 copy color: '#ECDBC2'

red 236 ◦ green 219 ◦ blue 194

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

Shades of Solitaire #ECDBC2

Tints of Solitaire #ECDBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.89%

R = 36.36%
G = 33.74%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECDBC2 (or 0xECDBC2) is known color: Solitaire. HEX triplet: EC, DB and C2. RGB value is (236,219,194). Sum of RGB (Red+Green+Blue) = 236+219+194=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC2 is #13243D. Grayscale: #DDDDDD. Windows color (decimal): -1254462 or 12770284. OLE color: 12770284.

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

Color convert

RGB 236 219 194 -
CMYK 0 0.07 0.18 0.07
HSL 35.71º 0.53% 0.84% -
HSV(B) 35.71º 0.18% 0.93% -
XYZ 69.66 72.39 61.34 -
YUV 221.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 236 219 194 0 0.07 0.18 0.07 35.71 0.53 0.84
Hex EC DB C2 0 7 12 7 24 34 54
Octal 354 333 302 0 7 22 7 44 64 124
Binary 11101100 11011011 11000010 0 111 10010 111 100100 110100 1010100

Color Harmonies of #ECDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBC2

Black with #ECDBC2

Text Example


Text Example

White with #ECDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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