Html Css Color HEX #ECDBC4 Solitaire

📋 copy color: '#ECDBC4'

red 236 ◦ green 219 ◦ blue 196

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

Shades of Solitaire #ECDBC4

Tints of Solitaire #ECDBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.11%

R = 36.25%
G = 33.64%
B = 30.11%

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

#ECDBC4 (or 0xECDBC4) is known color: Solitaire. HEX triplet: EC, DB and C4. RGB value is (236,219,196). Sum of RGB (Red+Green+Blue) = 236+219+196=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC4 is #13243B. Grayscale: #DDDDDD. Windows color (decimal): -1254460 or 12901356. OLE color: 12901356.

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

Color convert

RGB 236 219 196 -
CMYK 0 0.07 0.17 0.07
HSL 34.5º 0.51% 0.85% -
HSV(B) 34.5º 0.17% 0.93% -
XYZ 69.89 72.48 62.53 -
YUV 221.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 236 219 196 0 0.07 0.17 0.07 34.5 0.51 0.85
Hex EC DB C4 0 7 11 7 22 33 55
Octal 354 333 304 0 7 21 7 42 63 125
Binary 11101100 11011011 11000100 0 111 10001 111 100010 110011 1010101

Color Harmonies of #ECDBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBC4

Black with #ECDBC4

Text Example


Text Example

White with #ECDBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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