Html Css Color HEX #ECDBC3 Solitaire

📋 copy color: '#ECDBC3'

red 236 ◦ green 219 ◦ blue 195

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

Shades of Solitaire #ECDBC3

Tints of Solitaire #ECDBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30%

R = 36.31%
G = 33.69%
B = 30%

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

#ECDBC3 (or 0xECDBC3) is known color: Solitaire. HEX triplet: EC, DB and C3. RGB value is (236,219,195). Sum of RGB (Red+Green+Blue) = 236+219+195=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBC3 is #13243C. Grayscale: #DDDDDD. Windows color (decimal): -1254461 or 12835820. OLE color: 12835820.

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

Color convert

RGB 236 219 195 -
CMYK 0 0.07 0.17 0.07
HSL 35.12º 0.52% 0.85% -
HSV(B) 35.12º 0.17% 0.93% -
XYZ 69.77 72.44 61.93 -
YUV 221.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 236 219 195 0 0.07 0.17 0.07 35.12 0.52 0.85
Hex EC DB C3 0 7 11 7 23 34 55
Octal 354 333 303 0 7 21 7 43 64 125
Binary 11101100 11011011 11000011 0 111 10001 111 100011 110100 1010101

Color Harmonies of #ECDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBC3

Black with #ECDBC3

Text Example


Text Example

White with #ECDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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