Html Css Color HEX #ECDEC5 Solitaire

📋 copy color: '#ECDEC5'

red 236 ◦ green 222 ◦ blue 197

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

Shades of Solitaire #ECDEC5

Tints of Solitaire #ECDEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.89%

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

R = 36.03%
G = 33.89%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECDEC5 (or 0xECDEC5) is known color: Solitaire. HEX triplet: EC, DE and C5. RGB value is (236,222,197). Sum of RGB (Red+Green+Blue) = 236+222+197=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC5 is #13213A. Grayscale: #DFDFDF. Windows color (decimal): -1253691 or 12967660. OLE color: 12967660.

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

Color convert

RGB 236 222 197 -
CMYK 0 0.06 0.17 0.07
HSL 38.46º 0.51% 0.85% -
HSV(B) 38.46º 0.17% 0.93% -
XYZ 70.79 74.11 63.4 -
YUV 223.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 236 222 197 0 0.06 0.17 0.07 38.46 0.51 0.85
Hex EC DE C5 0 6 11 7 26 33 55
Octal 354 336 305 0 6 21 7 46 63 125
Binary 11101100 11011110 11000101 0 110 10001 111 100110 110011 1010101

Color Harmonies of #ECDEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDEC5

Black with #ECDEC5

Text Example


Text Example

White with #ECDEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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